Delete all local branches that have been merged to main
1git branch --merged main | grep -v "main" | xargs -n 1 git branch -d