赞
踩
git branch -a
git branch -r
git checkout -b 本地分支名 origin/远程分支名
git checkout dev
git push origin --delete dev
git branch -D dev