git delete
git branch -d {the_local_branch} (use -D instead to force deleting the branch without checking merged status)git push origin --delete {the_remote_branch}Last updated
git branch -d {the_local_branch} (use -D instead to force deleting the branch without checking merged status)git push origin --delete {the_remote_branch}Last updated