Find out a Git branch creator

List remote Git branches by author sorted by committer date:

git for-each-ref --format="%(committerdate) %09 %(authorname) %09 %(refname)" --sort=committerdate

Leave a Comment