summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-23 16:07:42 +0900
committerJunio C Hamano <gitster@pobox.com>2018-05-23 16:07:42 +0900
commitb9d9d90d180cf21baeeb16bd89828d25c7901470 (patch)
treea40241052af8d4f5543b66581e3f0235cfae0af3 /git-push.html
parentccb8252b46bfba5daf0cfcedaf0f9d2e14ba356f (diff)
downloadgit-htmldocs-b9d9d90d180cf21baeeb16bd89828d25c7901470.tar.gz
Autogenerated HTML docs for v2.17.0-775-ge144d
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/git-push.html b/git-push.html
index d9316b168..8359a65ed 100644
--- a/git-push.html
+++ b/git-push.html
@@ -751,7 +751,7 @@ git-push(1) Manual Page
<div class="verseblock">
<pre class="content"><em>git push</em> [--all | --mirror | --tags] [--follow-tags] [--atomic] [-n | --dry-run] [--receive-pack=&lt;git-receive-pack&gt;]
[--repo=&lt;repository&gt;] [-f | --force] [-d | --delete] [--prune] [-v | --verbose]
- [-u | --set-upstream] [--push-option=&lt;string&gt;]
+ [-u | --set-upstream] [-o &lt;string&gt; | --push-option=&lt;string&gt;]
[--[no-]signed|--signed=(true|false|if-asked)]
[--force-with-lease[=&lt;refname&gt;[:&lt;expect&gt;]]]
[--no-verify] [&lt;repository&gt; [&lt;refspec&gt;&#8230;]]</pre>
@@ -896,6 +896,9 @@ already exists on the remote side.</p></div>
</p>
</dd>
<dt class="hdlist1">
+-d
+</dt>
+<dt class="hdlist1">
--delete
</dt>
<dd>
@@ -1616,7 +1619,7 @@ reason
</div>
</div>
<div class="sect1">
-<h2 id="_note_about_fast_forwards">Note about fast-forwards</h2>
+<h2 id="_note_about_fast_forwards">NOTE ABOUT FAST-FORWARDS</h2>
<div class="sectionbody">
<div class="paragraph"><p>When an update changes a branch (or more in general, a ref) that used to
point at commit A to point at another commit B, it is called a
@@ -1685,7 +1688,7 @@ a case where you do mean to lose history.</p></div>
</div>
</div>
<div class="sect1">
-<h2 id="_examples">Examples</h2>
+<h2 id="_examples">EXAMPLES</h2>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
@@ -1880,7 +1883,7 @@ As in #1, the attacker chooses an object ID X to steal. The victim sends
<div id="footer">
<div id="footer-text">
Last updated
- 2018-05-08 16:51:20 JST
+ 2018-05-23 16:06:29 JST
</div>
</div>
</body>