-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremotes.txt
40 lines (27 loc) · 1011 Bytes
/
remotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
https://github.com/KageKirin/git-gears-c.git
[email protected]:KageKirin/git-gears-c.git
ssh://host.xz/path/to/repo.git/
ssh://[email protected]:/path/to/repo.git/
ssh://[email protected]:7777/path/to/repo.git/
git://host.xz/path/to/repo.git/
git://host.xz:8888/path/to/repo.git/
http://host.xz/path/to/repo.git/
http://host.xz:8080/path/to/repo.git/
https://host.xz/path/to/repo.git/
https://host.xz:8080/path/to/repo.git/
ftp://host.xz/path/to/repo.git/
ftp://host.xz:21/path/to/repo.git/
ftps://host.xz/path/to/repo.git/
ftps://host.xz:21/path/to/repo.git/
rsync://host.xz/path/to/repo.git/
rsync://host.xz:42/path/to/repo.git/
[email protected]:path/to/repo.git
ssh://host.xz/~/path/to/repo.git/
ssh://[email protected]/~user/path/to/repo.git/
ssh://[email protected]:8888/~user/path/to/repo.git/
git://host.xz/~/path/to/repo.git/
git://host.xz:8888/~/path/to/repo.git/
git://host.xz:8888/~user/path/to/repo.git/
[email protected]:/~/path/to/repo.git/
[email protected]:/~user/path/to/repo.git/
[email protected]:/~user/path/to/repo.git/