正确checkout操作

git checkout -b dev(本地分支名) origin/dev(远程分支名)

 

例如:

git checkout -b mq_bug_20180524 origin/mq_bug_20180524

 

相关文章: