makefile: push to current branch

This commit is contained in:
John Guo
2026-03-14 20:20:36 +08:00
parent 33ccec6d68
commit dd5a4c65a3

View File

@ -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