Commands to delete both the local and remote git branch
git push --delete <remote_name> <branch_name> git branch -d <branch_name>