How to delete git branch Get link Facebook X Pinterest Email Other Apps - November 23, 2016 To delete a local branch $ git branch -d the_local_branch_name To remove a remote branch (Caustion::if you know what you are doing!) $ git push origin :the_remote_branch_name Read more