What is Repo and Why does Google use it?

后端 未结 5 1685
夕颜
夕颜 2020-12-08 04:01

When I wanted to get Android source code, I knew that I have to use \"repo\". So what is repo? Why do they use repo and not just use GIT?, and is there a GUI for repo that e

5条回答
  •  抹茶落季
    2020-12-08 04:34

    repo sync has various useful options:

    -f recovers from disconnects

    -c just uploads the branch you asked for

    -j <#CPUS> speeds up the sync by increasing the number of cpus used by the command

提交回复
热议问题