|
|
|
@ -59,7 +59,7 @@
@@ -59,7 +59,7 @@
|
|
|
|
|
# http://gitboard.net |
|
|
|
|
board = !gitboard 2>&- |
|
|
|
|
|
|
|
|
|
url = !git remote -v | grep fetch | grep -o 'https.* ' |
|
|
|
|
url = !git remote -v | grep fetch | awk '{ print $2 }' |
|
|
|
|
|
|
|
|
|
hub = "!github_clone() { git clone git://github.com/${1}.git; }; github_clone" |
|
|
|
|
nb = "!github_clone() { git clone https://notabug.org/${1}.git; }; github_clone" |
|
|
|
|