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.
2 parents 5cc5f09 + fa23348 commit cd9c038Copy full SHA for cd9c038
Documentation/config.txt
@@ -1758,7 +1758,8 @@ push.default::
1758
+
1759
This is currently the default, but Git 2.0 will change the default
1760
to `simple`.
1761
-* `upstream` - push the current branch to its upstream branch.
+* `upstream` - push the current branch to its upstream branch
1762
+ (`tracking` is a deprecated synonym for this).
1763
With this, `git push` will update the same remote ref as the one which
1764
is merged by `git pull`, making `push` and `pull` symmetrical.
1765
See "branch.<name>.merge" for how to configure the upstream branch.
0 commit comments