How to delete a Git branch locally and remotely
Git local branch can be deleted using git branch -d and remote branch can be deleted using git branch -D command.
Git local branch can be deleted using git branch -d and remote branch can be deleted using git branch -D command.