summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-11-25 04:56:07 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-11-25 04:56:07 +0000
commit9d2bbb7471fa86953ae8d1c1af44e19f3e9f83cc (patch)
treeb70dcfe5e02f31bbd79b4416b9b96236c4f67407 /git-push.html
parenta097054ab4307376d022502b3aaf286cf7148838 (diff)
downloadgit-htmldocs-9d2bbb7471fa86953ae8d1c1af44e19f3e9f83cc.tar.gz
Autogenerated HTML docs for v1.5.3.6-950-g92b7b
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-push.html b/git-push.html
index 6d2925f49..6746b0757 100644
--- a/git-push.html
+++ b/git-push.html
@@ -335,6 +335,19 @@ the remote repository.</p>
</p>
</dd>
<dt>
+--mirror
+</dt>
+<dd>
+<p>
+ Instead of naming each ref to push, specifies that all
+ refs under <tt>$GIT_DIR/refs/heads/</tt> and <tt>$GIT_DIR/refs/tags/</tt>
+ 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.
+</p>
+</dd>
+<dt>
--dry-run
</dt>
<dd>
@@ -621,7 +634,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 17-Nov-2007 20:50:32 UTC
+Last updated 25-Nov-2007 04:55:50 UTC
</div>
</div>
</body>