$ # 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