find git branches created by me code example
Example: git list all remote branches created by me
git for-each-ref --format=' %(authorname) %09 %(refname)' --sort=authorname
git for-each-ref --format=' %(authorname) %09 %(refname)' --sort=authorname