删除github上的分支

161 阅读1分钟

删除远程分支test

git push origin --delete test

删除本地分支,如果提示无法删除,先切换到其它分支再删除

git branch -d test