X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=git-push.html;h=1f1334bbf204c80028dd912b95ddafe25ad17ad1;hb=02d6fa5ce12d061b1c86f1b76d7bdac8c57e6f0c;hp=52a5642ea29c5ced535b285f1f2a954e3436ce6e;hpb=38064d53dc73697ccaf6b40a499ac535621354c7;p=git.git diff --git a/git-push.html b/git-push.html index 52a5642e..1f1334bb 100644 --- a/git-push.html +++ b/git-push.html @@ -272,7 +272,7 @@ git-push(1) Manual Page

SYNOPSIS

-

git-push [--all] [--force] <repository> <refspec>…

+

git-push [--all] [--tags] [--force] <repository> <refspec>…

DESCRIPTION

@@ -523,6 +523,16 @@ A parameter <ref> without a colon is equivalent to

+--tags +
+
+

+ All refs under $GIT_DIR/refs/tags are pushed, in + addition to refspecs explicitly listed on the command + line. +

+
+
-f, --force
@@ -549,7 +559,7 @@ A parameter <ref> without a colon is equivalent to