创立本地分支git checkout -b 分支名 将本地分支推送到远端git push origin 分支名:分支名 查看所有的分支git branch -a 删除远端分支git push origin --delete 分支名