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
262 stars 60 forks source link

更改了default.xml文件,该如何更新整个repo? #57

Open SuperMan-Lfj opened 10 months ago

SuperMan-Lfj commented 10 months ago

git repo init -u http://xxxx.git -b dev

请教一下:如果我修改了git中的default.xml文件,该如何更新repo?

我调用git repo sync 好像不起作用。

FlyyingPiggy2020 commented 3 weeks ago

用git-repo sync -d试试看 会严格按照你的xml文件来更新