Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 168 Bytes

5_Github_Delete_local_and_remote_branches.md

File metadata and controls

12 lines (9 loc) · 168 Bytes

Github 删除本地与远程分支

删除远程分支gh-pages

git push origin --delete gh-pages

删除本地分支

git branch -d gh-pages