summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-01-16 00:23:23 -0800
committerJunio C Hamano <junio@hera.kernel.org>2006-01-16 00:23:23 -0800
commit02d6fa5ce12d061b1c86f1b76d7bdac8c57e6f0c (patch)
tree970c67d81dde3af013e78e760c3e8c348426910c /git-push.txt
parent38064d53dc73697ccaf6b40a499ac535621354c7 (diff)
downloadgit-htmldocs-02d6fa5ce12d061b1c86f1b76d7bdac8c57e6f0c.tar.gz
Autogenerated HTML docs for v1.1.2-g4230
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index 2254bac16..365cfd410 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -8,7 +8,7 @@ git-push - Update remote refs along with associated objects.
SYNOPSIS
--------
-'git-push' [--all] [--force] <repository> <refspec>...
+'git-push' [--all] [--tags] [--force] <repository> <refspec>...
DESCRIPTION
-----------
@@ -29,6 +29,11 @@ include::pull-fetch-param.txt[]
Instead of naming each ref to push, specifies all refs
to be pushed.
+\--tags::
+ All refs under `$GIT_DIR/refs/tags` are pushed, in
+ addition to refspecs explicitly listed on the command
+ line.
+
-f, \--force::
Usually, the command refuses to update a local ref that is
not an ancestor of the remote ref used to overwrite it.