1
0
mirror of https://github.com/git/git.git synced 2024-09-29 17:51:22 +02:00

Mention the [user@] part in documentation of ssh:// urls.

Signed-off-by: Yakov Lerner <iler.ml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Yakov Lerner 2006-07-11 21:02:00 +00:00 committed by Junio C Hamano
parent 8ff99e7417
commit c3f17061be

@ -10,9 +10,9 @@ to name the remote repository:
- https://host.xz/path/to/repo.git/ - https://host.xz/path/to/repo.git/
- git://host.xz/path/to/repo.git/ - git://host.xz/path/to/repo.git/
- git://host.xz/~user/path/to/repo.git/ - git://host.xz/~user/path/to/repo.git/
- ssh://host.xz/path/to/repo.git/ - ssh://[user@]host.xz/path/to/repo.git/
- ssh://host.xz/~user/path/to/repo.git/ - ssh://[user@]host.xz/~user/path/to/repo.git/
- ssh://host.xz/~/path/to/repo.git - ssh://[user@]host.xz/~/path/to/repo.git
=============================================================== ===============================================================
SSH Is the default transport protocol and also supports an SSH Is the default transport protocol and also supports an