1、用repo sync同步代码以后,为什么执行repo branches后发现当前是处于无分支(no branches)状态? 2、这时,如果用repo start 创建分支,比如repo start test_dev -all,之后又该如何从远程REPO仓库同步代码到test_dev呢? 各路大神们给指条路。