Skip to content

Instantly share code, notes, and snippets.

@mapix
Created December 25, 2012 15:30
Show Gist options
  • Save mapix/4373731 to your computer and use it in GitHub Desktop.
Save mapix/4373731 to your computer and use it in GitHub Desktop.
List Remote Git Branches By Author Place in .bash_profile
function gbl() { git for-each-ref --sort=-committerdate --format='%(committerdate) %(authorname) %(refname)' refs/remotes/origin/|grep -e ".$@"|head -n 10; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment