Merge branch 'mh/maint-ceil-absolute' into maint
[gitweb.git] / Documentation / config.txt
index dbb2faf602552f9d898faa1c1a525d041214082c..e37ba94a723979f5202c13033a8f8e099ec703c1 100644 (file)
@@ -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.