常用指令手册(老年备忘)
1
git branch -a
Repo介绍Repo 命令参考资料
123
repo init -u xxx(gitUrl) -b develop //初始化地址repo sync -j8 //同步repo forall -c "pwd && git checkout develop" //分支切换
sudo chmod -R 777