Skip to content

Commit

Permalink
Merge pull request #6 from vroy/go
Browse files Browse the repository at this point in the history
WIP: Go version
  • Loading branch information
vroy committed Jun 20, 2015
2 parents c7057a8 + 46b1a69 commit f5882a8
Show file tree
Hide file tree
Showing 7 changed files with 307 additions and 537 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
build/
.DS_Store
.projectile
gb
TODO
79 changes: 0 additions & 79 deletions Makefile

This file was deleted.

14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ The output is sorted in chronological order - your last modified branches appear

## Installation

The install script will do its best to install dependencies before compiling.

curl -sSL https://raw.githubusercontent.com/vroy/gb/master/install | bash

Or alternatively, after making sure that [cmake](http://www.cmake.org/) is installed:

git clone [email protected]:vroy/gb.git
cd gb
make deps
make
sudo make install
brew install go
brew install libgit2
go get github.com/vroy/gb
34 changes: 0 additions & 34 deletions gb.1

This file was deleted.

Loading

0 comments on commit f5882a8

Please sign in to comment.