From 4217cefd152ebff211ea2997718e3096ade8ef9e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Jul 2016 18:29:17 +0300 Subject: [PATCH] Add git-open - a script to open a remote's URL in a browser --- git-open | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 git-open 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`" -- 2.39.2