Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用 google git-repo 工具 (aosp repo) 来管理许多 git 存储库的工作区。但是,如果您想进行与上一个工作区完全相同的干净签出,则使用该命令repo sync将首先从远程提取所有更改。
repo sync
如何仅从当前.repo/目录中的本地缓存中获取本地存储库?
.repo/
您可以使用:
repo sync --local-only
从回购帮助:
$ repo help sync [...] -l, --local-only only update working tree, don't fetch