X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-push.html;h=68be21fc5bd88b518d0be6eb7b0307ee3fcc744c;hb=617fdb88b05107e6673f6aafb280c1ef27acae7b;hp=5bf5b062d0ac3a69e35b8c27e27af2af344e0c6c;hpb=40f2f8dd79c1622a7986e2ff2faa15c72860c79f;p=git.git diff --git a/git-push.html b/git-push.html index 5bf5b062..68be21fc 100644 --- a/git-push.html +++ b/git-push.html @@ -266,7 +266,7 @@ git-push(1) Manual Page

NAME

git-push - - Update remote refs along with associated objects. + Update remote refs along with associated objects

@@ -312,6 +312,11 @@ four parents before the current master head).

to fast forward the remote ref that matches <dst>. 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.