Browse Source

git: aliases: ++url

Maxim Likhachev 6 years ago
parent
commit
2aa7cd04a3
  1. 2
      etc/soft/git/gitconfig

2
etc/soft/git/gitconfig

@ -59,7 +59,7 @@
# http://gitboard.net # http://gitboard.net
board = !gitboard 2>&- 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" hub = "!github_clone() { git clone git://github.com/${1}.git; }; github_clone"
nb = "!github_clone() { git clone https://notabug.org/${1}.git; }; github_clone" nb = "!github_clone() { git clone https://notabug.org/${1}.git; }; github_clone"

Loading…
Cancel
Save