summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 00:42:16 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 00:42:16 +0000
commita9701f0184382d8de7380c56558718915905746a (patch)
tree25620bdfe6b5a66edecbbd6153f50dc5cb1e88f9 /git-push.html
parent19107ef38294e3b64a70b32302416dd52c0e779a (diff)
downloadgit-htmldocs-a9701f0184382d8de7380c56558718915905746a.tar.gz
Autogenerated HTML docs for v1.6.6.1-336-g19c6
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/git-push.html b/git-push.html
index 0e33bb9fe..c553fc625 100644
--- a/git-push.html
+++ b/git-push.html
@@ -322,7 +322,7 @@ git-push(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git push</em> [--all | --mirror | --tags] [-n | --dry-run] [--receive-pack=&lt;git-receive-pack&gt;]
- [--repo=&lt;repository&gt;] [-f | --force] [-v | --verbose]
+ [--repo=&lt;repository&gt;] [-f | --force] [-v | --verbose] [-u | --set-upstream]
[&lt;repository&gt; &lt;refspec&gt;&#8230;]</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
@@ -487,6 +487,20 @@ nor in any Push line of the corresponding remotes file---see below).</p></div>
can be used to override the name "origin". In other words,
the difference between these two commands
</p>
+</dd>
+<dt>
+-u
+</dt>
+<dt>
+--set-upstream
+</dt>
+<dd>
+<p>
+ For every branch that is up to date or successfully pushed, add
+ upstream (tracking) reference, used by argument-less
+ <a href="git-pull.html">git-pull(1)</a> and other commands. For more information,
+ see <em>branch.&lt;name&gt;.merge</em> in <a href="git-config.html">git-config(1)</a>.
+</p>
<div class="listingblock">
<div class="content">
<pre><tt>git push public #1
@@ -1048,7 +1062,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-01-10 19:52:58 UTC
+Last updated 2010-01-21 00:41:38 UTC
</div>
</div>
</body>