Quick Start Install git-repo You can download git-repo from: https://github.com/alibaba/git-repo-go/releases. Choose the proper package according to your OS (Linux, Mac, or Windows), and architecture (amd or 386), download and extract the package. Copy the binary into executable PATH (e.g. /usr/local/bin on Linux or macOS) to complete the installation. Run git-repo for the first time Run any subcommand of git-repo, will perform some initialization tasks. e.g.: $ git repo version Working on a ...