B.A. Techblogs
Blogs
Sketchpad
About
Go to Billy Arante's GitHub profile
Go to Billy Arante's LinkedIn profile
Delete all local branch except the `main` branch?
git branch | grep -v 'main' | xargs git branch -D
Dec 22, 2024