git 删除分支

2018-07-29  本文已影响0人  我一不小心就

1.删除本地分支

$ git branch -d <BranchName>

2.删除远程分支

$ git push origin --delete <BranchName>
上一篇 下一篇

猜你喜欢

热点阅读