summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-07-15 01:38:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-07-15 01:38:40 +0000
commit7ccb9fd251897744e84ea1692321ec66a3b0164a (patch)
tree922f59cc1bd4777941a58052d6b014f54d20dd2b /git-push.html
parent9ae1a06fff2c6453541219a122490cd5b60b3088 (diff)
downloadgit-htmldocs-7ccb9fd251897744e84ea1692321ec66a3b0164a.tar.gz
Autogenerated HTML docs for v1.4.1-ga3e6
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/git-push.html b/git-push.html
index ca710d34c..95ef690ed 100644
--- a/git-push.html
+++ b/git-push.html
@@ -399,23 +399,24 @@ git://host.xz/~user/path/to/repo.git/
</li>
<li>
<p>
-ssh://host.xz/path/to/repo.git/
+ssh://&#91;user@&#93;host.xz/path/to/repo.git/
</p>
</li>
<li>
<p>
-ssh://host.xz/~user/path/to/repo.git/
+ssh://&#91;user@&#93;host.xz/~user/path/to/repo.git/
</p>
</li>
<li>
<p>
-ssh://host.xz/~/path/to/repo.git
+ssh://&#91;user@&#93;host.xz/~/path/to/repo.git
</p>
</li>
</ul>
</div></div>
-<p>SSH Is the default transport protocol and also supports an
-scp-like syntax. Both syntaxes support username expansion,
+<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>
<div class="exampleblock">
@@ -423,17 +424,17 @@ identical to the last three above, respectively:</p>
<ul>
<li>
<p>
-host.xz:/path/to/repo.git/
+&#91;user@&#93;host.xz:/path/to/repo.git/
</p>
</li>
<li>
<p>
-host.xz:~user/path/to/repo.git/
+&#91;user@&#93;host.xz:~user/path/to/repo.git/
</p>
</li>
<li>
<p>
-host.xz:path/to/repo.git
+&#91;user@&#93;host.xz:path/to/repo.git
</p>
</li>
</ul>
@@ -501,7 +502,7 @@ Pull: refs/heads/&lt;head&gt;:&lt;remote&gt;</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 09-Jul-2006 20:38:41 UTC
+Last updated 15-Jul-2006 01:38:02 UTC
</div>
</div>
</body>