From 23b8886fa02f0d3db1a9b5de8dfab4e28fb4260a Mon Sep 17 00:00:00 2001 From: Vincent Roy Date: Sun, 21 Jun 2015 07:44:05 -0300 Subject: [PATCH] Rename gb to git-gb --- .gitignore | 2 +- README.md | 6 +++--- gb.go => git-gb.go | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename gb.go => git-gb.go (100%) diff --git a/.gitignore b/.gitignore index f9d62d9..78c8206 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ build/ .DS_Store .projectile -gb +git-gb TODO \ No newline at end of file diff --git a/README.md b/README.md index 85583a7..6333986 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gb +# git-gb: good branches List local branches with additional information similar to the GitHub branches view. @@ -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 @@ -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 diff --git a/gb.go b/git-gb.go similarity index 100% rename from gb.go rename to git-gb.go