|
|
|
@ -131,7 +131,7 @@
@@ -131,7 +131,7 @@
|
|
|
|
|
my = "!git_clone() { git clone https://code.envrm.info/src/${1}.git; }; git_clone" |
|
|
|
|
|
|
|
|
|
# Клонирование репозитория githube.com |
|
|
|
|
hub = "!git_clone() { git clone git://github.com/${1}.git; }; git_clone" |
|
|
|
|
hub = "!git_clone() { git clone https://github.com/${1}.git; }; git_clone" |
|
|
|
|
|
|
|
|
|
# Клонирование репозитория notabug.org |
|
|
|
|
nb = "!git_clone() { git clone https://notabug.org/${1}.git; }; git_clone" |
|
|
|
|