summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /git-push.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-push.html b/git-push.html
index c553fc625..b063b7575 100644
--- a/git-push.html
+++ b/git-push.html
@@ -480,7 +480,7 @@ nor in any Push line of the corresponding remotes file---see below).</p></div>
<dd>
<p>
This option is only relevant if no &lt;repository&gt; argument is
- passed in the invocation. In this case, <em>git-push</em> derives the
+ passed in the invocation. In this case, <em>git push</em> derives the
remote name from the current branch: If it tracks a remote
branch, then that remote repository is pushed to. Otherwise,
the name "origin" is used. For this latter case, this option
@@ -508,7 +508,7 @@ git push --repo=public #2</tt></pre>
</div></div>
<div class="para"><p>is that #1 always pushes to "public" whereas #2 pushes to "public"
only if the current branch does not track a remote branch. This is
-useful if you write an alias or script around <em>git-push</em>.</p></div>
+useful if you write an alias or script around <em>git push</em>.</p></div>
</dd>
<dt>
--thin
@@ -518,7 +518,7 @@ useful if you write an alias or script around <em>git-push</em>.</p></div>
</dt>
<dd>
<p>
- These options are passed to <em>git-send-pack</em>. Thin
+ These options are passed to <em>git send-pack</em>. Thin
transfer spends extra cycles to minimize the number of
objects to be sent and meant to be used on slower connection.
</p>
@@ -736,8 +736,8 @@ following format:</p></div>
Pull: &lt;refspec&gt;
</tt></pre>
</div></div>
-<div class="para"><p><tt>Push:</tt> lines are used by <em>git-push</em> and
-<tt>Pull:</tt> lines are used by <em>git-pull</em> and <em>git-fetch</em>.
+<div class="para"><p><tt>Push:</tt> lines are used by <em>git push</em> and
+<tt>Pull:</tt> lines are used by <em>git pull</em> and <em>git fetch</em>.
Multiple <tt>Push:</tt> and <tt>Pull:</tt> lines may
be specified for additional branch mappings.</p></div>
<h3 id="_named_file_in_tt_git_dir_branches_tt">Named file in <tt>$GIT_DIR/branches</tt></h3><div style="clear:left"></div>
@@ -1062,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-21 00:41:38 UTC
+Last updated 2010-01-21 17:44:34 UTC
</div>
</div>
</body>