Browse Source

Merge branch 'mg/maint-pull-suggest-upstream-to' into maint

* mg/maint-pull-suggest-upstream-to:
  push/pull: adjust missing upstream help text to changed interface
maint
Junio C Hamano 12 years ago
parent
commit
91d0cd9a6e
  1. 2
      git-parse-remote.sh

2
git-parse-remote.sh

@ -80,7 +80,7 @@ See git-${cmd}(1) for details @@ -80,7 +80,7 @@ See git-${cmd}(1) for details

If you wish to set tracking information for this branch you can do so with:

git branch --set-upstream ${branch_name#refs/heads/} $remote/<branch>
git branch --set-upstream-to=$remote/<branch> ${branch_name#refs/heads/}
"
fi
exit 1

Loading…
Cancel
Save