From dd5a4c65a324ed677a913964760503b8f0dae21f Mon Sep 17 00:00:00 2001 From: John Guo Date: Sat, 14 Mar 2026 20:20:36 +0800 Subject: [PATCH] makefile: push to current branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9666d2e9..4b82bb32e 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ up: fi; \ echo "Commit: $$COMMIT_MSG"; \ git commit -m "$$COMMIT_MSG" && \ - git push origin + git push origin $$(git branch --show-current) # execute "go mod tidy" on all folders that have go.mod file .PHONY: tidy