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.

Home Page:https://git-repo.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SuperMan-Lfj opened this issue · comments

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

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

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