We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf48960 + a3a4391 commit 91d0cd9Copy full SHA for 91d0cd9
1 file changed
git-parse-remote.sh
@@ -80,7 +80,7 @@ See git-${cmd}(1) for details
80
81
If you wish to set tracking information for this branch you can do so with:
82
83
- git branch --set-upstream ${branch_name#refs/heads/} $remote/<branch>
+ git branch --set-upstream-to=$remote/<branch> ${branch_name#refs/heads/}
84
"
85
fi
86
exit 1
0 commit comments