Android repo command and switching branches

后端 未结 2 704
面向向阳花
面向向阳花 2020-12-24 07:04

I feel I have a pretty good understanding of git, but when it comes to the repo command, I get lost. I\'ve read about the repo command, but I\'m still not sure how it ties

2条回答
  •  悲哀的现实
    2020-12-24 07:44

    If you run repo init a second time with a different branch, you can simply repo sync and it will not download the entire source code again.

提交回复
热议问题