From d63e5c56f89b41613bf64f3e9c3029be4df8a385 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Sat, 24 Jan 2015 13:49:59 -0800 Subject: [PATCH] link to url --- git-open | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git-open b/git-open index 57906e6..a7d812e 100755 --- a/git-open +++ b/git-open @@ -1,8 +1,10 @@ #!/bin/sh # Opens the github page for a repo/branch in your browser. +# https://github.com/paulirish/git-open/ # -# gh [remote] [branch] +# git open +# git open [remote] [branch] # are we in a git repo?