Skip to content

Commit

Permalink
Add git-go explore
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Dec 21, 2012
1 parent 1880f26 commit 8accbb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/git-go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ COMMANDS:
@user - Browse a user
explore - Explore GitHub
my [SUBCOMMAND] - Browse your personal items
dashboard
issues [assigned|mentioned|created]
Expand Down Expand Up @@ -71,6 +73,9 @@ case "$1" in
target=$(echo "$1" | sed 's/@//g')
gh_browse $target
;;
explore )
gh_browse 'explore'
;;
my*)
case $2 in
dashboard )
Expand Down

0 comments on commit 8accbb5

Please sign in to comment.