diva-D
7/30/2018 - 2:42 AM

Delete local and remote git branch

Commands to delete both the local and remote git branch

git push --delete <remote_name> <branch_name>
git branch -d <branch_name>