git list all remote branches created by me

C++
git for-each-ref --format=' %(authorname) %09 %(refname)' --sort=authorname 

Source

Also in C++: