]> git.phdru.name Git - git-scripts.git/blob - git-open
Add git-open - a script to open a remote's URL in a browser
[git-scripts.git] / git-open
1 #! /bin/sh
2 exec webbrowser -n "`git config --get remote.$1.url`"