git reset --hard origin/master #退回到远程master分支

git fetch --all #获取所有更新到本地

git checkout dev #最后切换到新分支