summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-11 14:36:00 -0700
committerJunio C Hamano <gitster@pobox.com>2014-03-11 14:36:00 -0700
commit1d669b8c855625ae8c7f1fc1591e0fe86595e8b8 (patch)
tree9381d957b186042e6eb21530bfd2c06383e37bcb /git-push.html
parent08ef8c2d17f14b195a0e55855550b7d205da01b2 (diff)
downloadgit-htmldocs-1d669b8c855625ae8c7f1fc1591e0fe86595e8b8.tar.gz
Autogenerated HTML docs for v1.9.0-167-g38436
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/git-push.html b/git-push.html
index a39152ebb..a57d8ff7b 100644
--- a/git-push.html
+++ b/git-push.html
@@ -834,8 +834,8 @@ already exists on the remote side.</p></div>
</dt>
<dd>
<p>
- Instead of naming each ref to push, specifies that all
- refs under <tt>refs/heads/</tt> be pushed.
+ Push all branches (i.e. refs under <tt>refs/heads/</tt>); cannot be
+ used with other &lt;refspec&gt;.
</p>
</dd>
<dt class="hdlist1">
@@ -1597,8 +1597,10 @@ a case where you do mean to lose history.</p></div>
</dt>
<dd>
<p>
- Without additional configuration, works like
- <tt>git push origin :</tt>.
+ Without additional configuration, pushes the current branch to
+ the configured upstream (<tt>remote.origin.merge</tt> configuration
+ variable) if it has the same name as the current branch, and
+ errors out without pushing otherwise.
</p>
<div class="paragraph"><p>The default behavior of this command when no &lt;refspec&gt; is given can be
configured by setting the <tt>push</tt> option of the remote, or the <tt>push.default</tt>
@@ -1731,7 +1733,7 @@ a <tt>git gc</tt> command on the origin repository.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-12-27 16:32:55 PST
+Last updated 2014-03-11 14:35:07 PDT
</div>
</div>
</body>