git删除分支

// 刪除本機分支
git branch -d localBranchName

// 刪除遠端分支
git push origin --delete remoteBranchName