From: Oleg Broytman Date: Thu, 7 Jul 2016 15:29:17 +0000 (+0300) Subject: Add git-open - a script to open a remote's URL in a browser X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=4217cefd152ebff211ea2997718e3096ade8ef9e Add git-open - a script to open a remote's URL in a browser --- diff --git a/git-open b/git-open new file mode 100755 index 0000000..ab70471 --- /dev/null +++ b/git-open @@ -0,0 +1,2 @@ +#! /bin/sh +exec webbrowser -n "`git config --get remote.$1.url`"