summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-06 06:35:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-06 06:35:40 +0000
commit47d68a53947d51de4f67b6b7e4e7f76e71e16fb5 (patch)
treee346861528eece2278259294b499afa41716a010 /git-push.txt
parenta31092a704a554fa909c79c1fa4a482938f7bc17 (diff)
downloadgit-htmldocs-47d68a53947d51de4f67b6b7e4e7f76e71e16fb5.tar.gz
Autogenerated HTML docs for v1.5.5.1-147-g867f
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index 058594913..f06d94e31 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -70,7 +70,9 @@ the remote repository.
be mirrored to the remote repository. Newly created local
refs will be pushed to the remote end, locally updated refs
will be force updated on the remote end, and deleted refs
- will be removed from the remote end.
+ will be removed from the remote end. This is the default
+ if the configuration option `remote.<remote>.mirror` is
+ set.
\--dry-run::
Do everything except actually send the updates.