Repositories
git-repo is an open source software, feel free to contribute.
- Source code: https://github.com/alibaba/git-repo-go
- Documentation (for this website): https://github.com/alibaba/git-repo-go-doc
Build and test git-repo
git-repo is developed using Golang. Please use go 1.12 or above to compile it.
-
Clone repository of git-repo:
$ git clone https://github.com/alibaba/git-repo-go.git -
Compile:
$ cd git-repo-go $ make -
Check code style using golint:
$ golint github.com/alibaba/git-repo-go/... -
Unit test:
$ go test github.com/alibaba/git-repo-go/... -
Integration test:
$ make -C test
How to contribute
git-repo
Send pull request to https://github.com/alibaba/git-repo-go.
Test cases are in the test/ directory, using sharness as test framework.
Documentations
Send pull request to https://github.com/alibaba/git-repo-go-doc.