#026 git branch -D name

Forcing the deletion of a branch

To force delete a branch locally use the command: git branch -D branch-name

Command Description
branch Command to manage branches
-D Flag to force deleting the branch locally
name Branch name