diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-11-10 17:46:20 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-11-11 00:37:34 -0800 |
| commit | 605607cc622478fb2e8dfcab2ff16f54b0995599 (patch) | |
| tree | 426d418102460e7d3360a7b938a5870fdf4c4ead | |
| parent | Let git-clone/git-fetch follow HTTP redirections (diff) | |
| download | git-605607cc622478fb2e8dfcab2ff16f54b0995599.tar.gz git-605607cc622478fb2e8dfcab2ff16f54b0995599.zip | |
Documentation: "host:path/to/repo" is git native over ssh.
You could also spell it ssh://host:/path/to/repo (or git+ssh,
ssh+git), but without method:// is shorter to type, so mention
only that one in the short and sweet list.
Noticed by Pasky.
Signed-off-by: Junio C Hamano <junkio@cox.net>
| -rw-r--r-- | Documentation/pull-fetch-param.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt index 5c2888e163..ddd5823df7 100644 --- a/Documentation/pull-fetch-param.txt +++ b/Documentation/pull-fetch-param.txt @@ -8,7 +8,7 @@ - Rsync URL: rsync://remote.machine/path/to/repo.git/ - HTTP(s) URL: http://remote.machine/path/to/repo.git/ - git URL: git://remote.machine/path/to/repo.git/ - or remote.machine:/path/to/repo.git/ +- ssh URL: remote.machine:/path/to/repo.git/ - Local directory: /path/to/repo.git/ =============================================================== + |
