Skip to content

Commit

Permalink
Rename gb to git-gb
Browse files Browse the repository at this point in the history
  • Loading branch information
vroy committed Jun 21, 2015
1 parent f5882a8 commit 23b8886
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build/
.DS_Store
.projectile
gb
git-gb
TODO
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gb
# git-gb: good branches

List local branches with additional information similar to the GitHub branches view.

Expand All @@ -9,7 +9,7 @@ List local branches with additional information similar to the GitHub branches v

The output is sorted in chronological order - your last modified branches appear at the bottom of your prompt so you don't have to scroll.

~/c/gb:master$ gb
~/c/gb:master$ git gb
2014-11-22 20:54PM | foobar | behind: 15 | ahead: 2
2014-11-24 21:18PM | readme | behind: 0 | ahead: 1

Expand All @@ -18,4 +18,4 @@ The output is sorted in chronological order - your last modified branches appear

brew install go
brew install libgit2
go get github.com/vroy/gb
go get github.com/vroy/git-gb
File renamed without changes.

0 comments on commit 23b8886

Please sign in to comment.