$ # If on Mac OS
$ brew install libgit2
$ go get github.com/ijsnow/gitup
$ cd $GOPATH/src/github.com/ijsnow/gitup
$ cd api
Add a .env file such as this
PORT=8080
REPO_DIR=~/ws/tmp/git
DB_PATH=~/ws/tmp/gitup.db
$ go run main.go
$ cd cli
$ go build gitup.go
$ ./gitup help