summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-25 16:37:03 -0700
committerJunio C Hamano <gitster@pobox.com>2013-03-25 16:37:03 -0700
commit240dc3fd4523f8d7034fc6ab627d271d5b273487 (patch)
tree3b8708d75bb9b6a11375c8c2db1e3bc4ee56aa81 /git-push.txt
parent5e7f131ec750093b9c1691ff92db43b0595ea98c (diff)
downloadgit-htmldocs-240dc3fd4523f8d7034fc6ab627d271d5b273487.tar.gz
Autogenerated HTML docs for v1.8.2-200-g7632c
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index 577d201c0..eb2883c94 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -9,7 +9,7 @@ git-push - Update remote refs along with associated objects
SYNOPSIS
--------
[verse]
-'git push' [--all | --mirror | --tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
+'git push' [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
[--repo=<repository>] [-f | --force] [--prune] [-v | --verbose] [-u | --set-upstream]
[<repository> [<refspec>...]]
@@ -117,6 +117,12 @@ already exists on the remote side.
addition to refspecs explicitly listed on the command
line.
+--follow-tags::
+ Push all the refs that would be pushed without this option,
+ and also push annotated tags in `refs/tags` that are missing
+ from the remote but are pointing at committish that are
+ reachable from the refs being pushed.
+
--receive-pack=<git-receive-pack>::
--exec=<git-receive-pack>::
Path to the 'git-receive-pack' program on the remote