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.
AGit-flow 方式只有一条master分支,怎么做hotfix/ 版本修复。如果要hotfix修复,而master继续接收新功能的合并请求,hotfix修复好了怎么打hotfix的标签?