Delete Local Branch
git branch -d <branch_name> git branch -D <branch_name>
Delete Remote Branch
git push <remote_name> --delete <branch_name>
References
https://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-locally-and-remotely