What are the purpose of the bare git repositories in .repo/projects/ created by the Android repo script?

后端 未结 3 953
执笔经年
执笔经年 2021-02-10 07:02

The Android source is managed by repo. When syncing using repo, a directory called .repo/projects/ is created, which contains all the git repositories also checked

3条回答
  •  半阙折子戏
    2021-02-10 08:01

    It's not two copies, .git folder in a component contains symlinks towards the corresponding component in ./repo/projects

提交回复
热议问题