Heim > Fragen und Antworten > Hauptteil
repo sync下来的代码为什么git branch看本地branch是no branch?
PHPz2017-04-17 17:35:29
你repo init是怎样的?有没有指定branch?或者你可以git branch -a查看所有分支,再切换到你想要的分支。
迷茫2017-04-17 17:35:29
我可以相信,你没有cd进入刚才clone的目录
大家讲道理2017-04-17 17:35:29
试试
git fetch --all && git reset --hard origin/master