Weekend is almost upon us. Remember to clean up all your merged #Git branches before you shut your laptops. #developer #programmerlife
$ git checkout main
$ git branch --merged | awk '$1 != "*" {print $NF}' | xargs -n 1 git branch -d
@musicmatze may be it is "master" for your repo. Whatever is your main branch 😊
@dsoft error: pathspec 'main' did not match any file(s) known to git