Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit cd9c038

Browse files
committed
Merge branch 'jc/mention-tracking-for-pull-default' into maint
* jc/mention-tracking-for-pull-default: doc: mention tracking for pull.default
2 parents 5cc5f09 + fa23348 commit cd9c038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/config.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,8 @@ push.default::
17581758
+
17591759
This is currently the default, but Git 2.0 will change the default
17601760
to `simple`.
1761-
* `upstream` - push the current branch to its upstream branch.
1761+
* `upstream` - push the current branch to its upstream branch
1762+
(`tracking` is a deprecated synonym for this).
17621763
With this, `git push` will update the same remote ref as the one which
17631764
is merged by `git pull`, making `push` and `pull` symmetrical.
17641765
See "branch.<name>.merge" for how to configure the upstream branch.

0 commit comments

Comments
 (0)