ListAuthorsOfAllBranches
nicolaw
29th February 2024 at 11:27am
Git
git fetch --all --prune git for-each-ref --format='%(authorname) %09 %(refname)' | grep origin