Skip to content

Commit

Permalink
Merge branch 'jc/mention-tracking-for-pull-default' into maint
Browse files Browse the repository at this point in the history
* jc/mention-tracking-for-pull-default:
  doc: mention tracking for pull.default
  • Loading branch information
gitster committed Feb 25, 2013
2 parents 5cc5f09 + fa23348 commit cd9c038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,8 @@ push.default::
+
This is currently the default, but Git 2.0 will change the default
to `simple`.
* `upstream` - push the current branch to its upstream branch.
* `upstream` - push the current branch to its upstream branch
(`tracking` is a deprecated synonym for this).
With this, `git push` will update the same remote ref as the one which
is merged by `git pull`, making `push` and `pull` symmetrical.
See "branch.<name>.merge" for how to configure the upstream branch.
Expand Down

0 comments on commit cd9c038

Please sign in to comment.