summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-19 02:27:57 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-19 02:27:57 +0000
commitd2d9ae15e2c76f17c5870205b390354b509d0d97 (patch)
treefa56fc67d1c01ad2aaa6503faef16dbe09279d04 /git-push.txt
parent597ffcfc47c6c902cbb16c43ad95917ea51f0634 (diff)
downloadgit-htmldocs-d2d9ae15e2c76f17c5870205b390354b509d0d97.tar.gz
Autogenerated HTML docs for v1.5.3.1-153-g89df5
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-push.txt b/git-push.txt
index 7b8e075c4..6bc559ddd 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -48,7 +48,7 @@ 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
+heads that exist both on the local side and on the remote
side are updated.
+
`tag <tag>` means the same as `refs/tags/<tag>:refs/tags/<tag>`.
@@ -61,7 +61,7 @@ the remote repository.
\--all::
Instead of naming each ref to push, specifies that all
- refs be pushed.
+ refs under `$GIT_DIR/refs/heads/` be pushed.
\--tags::
All refs under `$GIT_DIR/refs/tags` are pushed, in