|
|
@ -64,8 +64,9 @@ |
|
|
|
# The last forks of current or specified github repository |
|
|
|
# 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" |
|
|
|
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" |
|
|
|
hub = "!git_clone() { git clone git://github.com/${1}.git; }; git_clone" |
|
|
|
nb = "!github_clone() { git clone https://notabug.org/${1}.git; }; github_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 |
|
|
|
calendar = !git-cal |
|
|
|
|
|
|
|
|
|
|
|