1查看远程分支git branch -a2查看本地分支git分支3创建分支git分支测试4删除远程分支git push origin --delete xxxx5删除本地分支git branch -D xxxxx