X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-push.txt;h=6f4a48a109acf4fc512aa6dff6254db27fdeeb25;hb=5001422d30109b3c4471fd2d744e0a78a103c9d8;hp=5b891105b2f9b425db61ee778a7f49eabf3ebcc5;hpb=cc55aaec38ddebd2e6f69fc3895cec393a61956e;p=git.git diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 5b891105..6f4a48a1 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -43,6 +43,12 @@ to fast forward the remote ref that matches . If the optional plus `+` is used, the remote ref is updated even if it does not result in a fast forward update. + +Note: If no explicit refspec is found, (that is neither +on the command line nor in any Push line of the +corresponding remotes file---see below), then all the +refs that exist both on the local side and on the remote +side are updated. ++ Some short-cut notations are also supported. + * `tag ` means the same as `refs/tags/:refs/tags/`.