Browse Source

git: fix g hub alias

Maxim Likhachev 3 years ago
parent
commit
ae5892b8be
  1. 2
      etc/soft/git/gitconfig

2
etc/soft/git/gitconfig

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

Loading…
Cancel
Save