X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-push.txt;h=d5b5ca167ccf3fcfaeb818a305ca79b37dcd7bf8;hb=f1d1480d8b938444a1617692e3f7df6d8e4cc911;hp=5b891105b2f9b425db61ee778a7f49eabf3ebcc5;hpb=40f2f8dd79c1622a7986e2ff2faa15c72860c79f;p=git.git diff --git a/git-push.txt b/git-push.txt index 5b891105..d5b5ca16 100644 --- a/git-push.txt +++ b/git-push.txt @@ -3,7 +3,7 @@ git-push(1) NAME ---- -git-push - Update remote refs along with associated objects. +git-push - Update remote refs along with associated objects SYNOPSIS @@ -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/`.