Browse Source

git: alias: ++my

Maxim Likhachev 6 years ago
parent
commit
56b8d560ad
  1. 5
      etc/soft/git/gitconfig

5
etc/soft/git/gitconfig

@ -64,8 +64,9 @@ @@ -64,8 +64,9 @@
# The last forks of current or specified github repository
forks = "!f() { [ -z "$1" ] && forks $(git url | grep github.com | sed -e 's|^.*github.com/||' | sed 's/.git.*$//') || forks "$1"; }; f"
hub = "!github_clone() { git clone git://github.com/${1}.git; }; github_clone"
nb = "!github_clone() { git clone https://notabug.org/${1}.git; }; github_clone"
hub = "!git_clone() { git clone git://github.com/${1}.git; }; git_clone"
nb = "!git_clone() { git clone https://notabug.org/${1}.git; }; git_clone"
my = "!git_clone() { git clone https://code.envrm.info/src/${1}.git; }; git_clone"
calendar = !git-cal

Loading…
Cancel
Save