Switch between branches using repo

原创
2012/11/13 20:18
阅读数 259

NOTE:

Since you downloaded everything with repo, you can easily use repo to switch between branches without downloading everything again:

repo init -b jb; repo sync
This will download only the files you need to switch branches, just like moving between branches with git.

Ref: http://stackoverflow.com/questions/6236111/switch-from-aosp-master-to-froyo

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部