summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-11 08:30:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-11 08:30:16 +0000
commitb1d6e88a14fb2324372c693e784b4ce6d3b3a157 (patch)
treeaea84f70428e5fa8ddf6aebd553208b5f3a47eb7 /git-push.html
parentb515b6a4d0d6c3d14be2f83e9a971495d1f16b30 (diff)
downloadgit-htmldocs-b1d6e88a14fb2324372c693e784b4ce6d3b3a157.tar.gz
Autogenerated HTML docs for v1.5.3-rc4-67-gf9286
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html21
1 files changed, 14 insertions, 7 deletions
diff --git a/git-push.html b/git-push.html
index ca357b6f4..8bd7edeb0 100644
--- a/git-push.html
+++ b/git-push.html
@@ -452,11 +452,11 @@ ssh://&#91;user@&#93;host.xz/~/path/to/repo.git
</li>
</ul>
</div></div>
-<p>SSH is the default transport protocol. You can optionally specify
-which user to log-in as, and an alternate, scp-like syntax is also
-supported. Both syntaxes support username expansion,
-as does the native git protocol. The following three are
-identical to the last three above, respectively:</p>
+<p>SSH is the default transport protocol over the network. You can
+optionally specify which user to log-in as, and an alternate,
+scp-like syntax is also supported. Both syntaxes support
+username expansion, as does the native git protocol. The following
+three are identical to the last three above, respectively:</p>
<div class="exampleblock">
<div class="exampleblock-content">
<ul>
@@ -477,7 +477,7 @@ identical to the last three above, respectively:</p>
</li>
</ul>
</div></div>
-<p>To sync with a local directory, use:</p>
+<p>To sync with a local directory, you can use:</p>
<div class="exampleblock">
<div class="exampleblock-content">
<ul>
@@ -486,8 +486,15 @@ identical to the last three above, respectively:</p>
/path/to/repo.git/
</p>
</li>
+<li>
+<p>
+file:///path/to/repo.git/
+</p>
+</li>
</ul>
</div></div>
+<p>They are mostly equivalent, except when cloning. See
+<a href="git-clone.html">git-clone(1)</a> for details.</p>
</div>
<h2>REMOTES</h2>
<div class="sectionbody">
@@ -589,7 +596,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 06-Aug-2007 04:38:48 UTC
+Last updated 11-Aug-2007 08:29:14 UTC
</div>
</div>
</body>