Browse Source

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>
maint
Yakov Lerner 19 years ago committed by Junio C Hamano
parent
commit
c3f17061be
  1. 6
      Documentation/urls.txt

6
Documentation/urls.txt

@ -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

Loading…
Cancel
Save