git-gitlab
git-gitlab copied to clipboard
gitlab command line interface
``` › make build go build -o build/git-lab # gopkg.in/libgit2/git2go.v23 ../../go/src/gopkg.in/libgit2/git2go.v23/diff.go:104: cannot use &hunk.header[0] (type *byte) as type *_Ctype_char in function argument make: *** [build] Error 2 ``` Any ideas...
This needs to be set also it seems: `git config --global gitlab.host gitlab.xxx.com`
I'm trying to package this for archlinux, and as I'm not familiar with go, I'm having some difficulties building it. Step-by-step instructions on how to install dependencies and build the...