From 7755cb43acaee14a5828f7cb6baed112ef79467e Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 1 Apr 2014 19:19:59 +0600 Subject: [PATCH] =?UTF-8?q?git:=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20github=20?= =?UTF-8?q?=D1=81=20=D1=82=D0=B5=D0=BA=D1=83=D1=89=D0=B8=D0=BC=20=D1=80?= =?UTF-8?q?=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80=D0=B8=D0=B5?= =?UTF-8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index c801e49..13022f4 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -56,3 +56,5 @@ # http://gitboard.net board = !gitboard 2>&- + hub = !git remote -v | grep fetch | grep -o 'https.* ' | xargs xdg-open +