We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaeb16 commit c24cdc2Copy full SHA for c24cdc2
bin/git-track
@@ -4,4 +4,4 @@
4
# `origin/$branch-name`.
5
6
branch=$(git rev-parse --abbrev-ref HEAD)
7
-git branch $branch --set-upstream-to origin/$branch
+exec git branch "$branch" --set-upstream-to "origin/$branch"
0 commit comments