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