git-repo is a command-line tool for centralized workflow, can work with Gerrit, AGit-Flow compatible servers. It is written in Golang, and it can be installed easily without further dependency. It provides an easy-to-use solution for multiple repositories which is introduced by Android repo first, and it can also work with a single repository.
For a project with fixed revision in a manifest, we did not setup
tracking branch for it when start a new branch.
Now we changed the behavior. Setup a tracking branch for project
which revision is pointed to a tag or a fixed revision, when starting a
branch or syncing.
For a project with fixed revision in a manifest, we did not setup tracking branch for it when start a new branch.
Now we changed the behavior. Setup a tracking branch for project which revision is pointed to a tag or a fixed revision, when starting a branch or syncing.