How to remove a local Git branch
Introduction
In this small article we'll look into the steps you can follow to delete a local Git branch.
Steps
To remove a local Git branch, follow these steps:
Switch to a different branch: You cannot delete a branch you are currently on. Use git ...
cloudtuned.hashnode.dev1 min read