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
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.
repo init
repo sync