Skip to content

Commit 628ab0e

Browse files
moygitster
authored andcommitted
Undocument deprecated alias 'push.default=tracking'
It's been deprecated since 53c4031 (Johan Herland, Wed Feb 16 2011, push.default: Rename 'tracking' to 'upstream'), so it's OK to remove it from documentation (even though it's still supported) to make the explanations more readable. Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 185c087 commit 628ab0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Documentation/config.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,6 @@ push.default::
16901690
With this, `git push` will update the same remote ref as the one which
16911691
is merged by `git pull`, making `push` and `pull` symmetrical.
16921692
See "branch.<name>.merge" for how to configure the upstream branch.
1693-
* `tracking` - deprecated synonym for `upstream`.
16941693
* `current` - push the current branch to a branch of the same name.
16951694
+
16961695
The `current` and `upstream` modes are for those who want to

0 commit comments

Comments
 (0)