I have a list of git branches locally which I need to get rid of. I have been doing
git branch -d name-of-branch
but it only deletes one branch at a time. I do have about a hundred of them.
Thanks
I have a list of git branches locally which I need to get rid of. I have been doing
git branch -d name-of-branch
but it only deletes one branch at a time. I do have about a hundred of them.
Thanks