How to delete a branch locally in Git?
Originally Published Here ๐!
To delete a branch locally in Git, you can use the git branch command and use a flag -D to set the command in deletion mode and pass the local name of the branch.
For example, consider a branch called new-features.
So th...
melvingeorge-me.hashnode.dev1 min read