alibaba / git-repo-go

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.
https://git-repo.info/
Apache License 2.0
272 stars 60 forks source link

Setup tracking branch for project with fixed revision #18

Closed jiangxin closed 3 years ago

jiangxin commented 3 years ago

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.