Git#
How to’s#
Delete branch#
Local
git branch -d <branch-name>
git branch -D <branch-name>
Remote
git push <remote-name> --delete <branch-name>
Local
git branch -d <branch-name>
git branch -D <branch-name>
Remote
git push <remote-name> --delete <branch-name>