git删除分支 xinyu Mar 10, 2021 • 1 min read git删除本地分支 git checkout 其他分支名 git branch -D 需删除的分支名 git删除远程分支 git push origin --delete [branch_name]