Dup Goto 📝

GitClone

PT2/aw/dev/git 07-31 13:46:42
To Pop
13 lines, 24 words, 332 chars Monday 2023-07-31 13:46:42
git clone <repo> [<dir>]

where <repo> may be:

ssh://[user@]host.xz[:port]/path/to/repo.git/
git://host.xz[:port]/path/to/repo.git/
http[s]://host.xz[:port]/path/to/repo.git/
ftp[s]://host.xz[:port]/path/to/repo.git/
[user@]host.xz:path/to/repo.git/             # alternative scp syntax for ssh