mirror of
https://github.com/git/git
synced 2024-10-29 17:08:46 +00:00
Merge branch 'ab/push-default-doc-fix'
Doc fix. * ab/push-default-doc-fix: push: mention "push.default=tracking" in the documentation
This commit is contained in:
commit
b7b57b1434
1 changed files with 2 additions and 0 deletions
|
@ -2521,6 +2521,8 @@ push.default::
|
|||
pushing to the same repository you would normally pull from
|
||||
(i.e. central workflow).
|
||||
|
||||
* `tracking` - This is a deprecated synonym for `upstream`.
|
||||
|
||||
* `simple` - in centralized workflow, work like `upstream` with an
|
||||
added safety to refuse to push if the upstream branch's name is
|
||||
different from the local one.
|
||||
|
|
Loading…
Reference in a new issue