# git checkout -b 分支名
# git push origin 分支名
# git checkout 分支名
# git push origin --delete 分支名
# git branch -D 分支名
Tips:其他分支命令
git branch
git branch -a