mirror of
https://github.com/git/git.git
synced 2024-10-30 22:07:53 +01: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:
parent
8ff99e7417
commit
c3f17061be
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ to name the remote repository:
|
|||
- https://host.xz/path/to/repo.git/
|
||||
- git://host.xz/path/to/repo.git/
|
||||
- git://host.xz/~user/path/to/repo.git/
|
||||
- ssh://host.xz/path/to/repo.git/
|
||||
- ssh://host.xz/~user/path/to/repo.git/
|
||||
- ssh://host.xz/~/path/to/repo.git
|
||||
- ssh://[user@]host.xz/path/to/repo.git/
|
||||
- ssh://[user@]host.xz/~user/path/to/repo.git/
|
||||
- ssh://[user@]host.xz/~/path/to/repo.git
|
||||
===============================================================
|
||||
|
||||
SSH Is the default transport protocol and also supports an
|
||||
|
|
Loading…
Reference in a new issue