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?