git fetch
git checkout -b dev
git checkout -b dev(本地分支名称) origin/dev(远程分支名称)
git使用
原文:https://www.cnblogs.com/joukosusi/p/14361485.html