我需要下载不同android标签的src代码。每次都需要半小时和 GIGS 的空间。相反,我更愿意切换到不同的标签。我该怎么做?
cd android-4.0.4_r1.1
repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.4_r1.1
repo sync
cd ../android-4.2.2_r1
repo init -u https://android.googlesource.com/platform/manifest -b android-4.2.2_r1
repo sync
从 android-4.0.4_r1.1 切换/更新到 android-4.2.2_r1 的正确方法是什么?