git-repo

Contribute

Repositories

git-repo is an open source software, feel free to contribute.

Build and test git-repo

git-repo is developed using Golang. Please use go 1.12 or above to compile it.

  1. Clone repository of git-repo:

     $ git clone https://github.com/alibaba/git-repo-go.git
    
  2. Compile:

     $ cd git-repo-go
     $ make
    
  3. Check code style using golint:

     $ golint github.com/alibaba/git-repo-go/...
    
  4. Unit test:

     $ go test github.com/alibaba/git-repo-go/...
    
  5. 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.