Git Remove Branches kenneth # Delete from local git branch –D branch-name # Delete from remote git push origin :branch-name # Another way to delete from remote git push origin --delete branch-name