Skip to content

Instantly share code, notes, and snippets.

@gpakosz
Created July 22, 2014 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gpakosz/53f19f167dbdbd889415 to your computer and use it in GitHub Desktop.
Save gpakosz/53f19f167dbdbd889415 to your computer and use it in GitHub Desktop.
Git Branch Hall Of Fame alias
$ git config --global alias.branch-hof '!git for-each-ref --shell --format="printf '\''%%30s %%40s %%25s\n'\'' %(authorname) %(refname:short) %(committerdate:relative)" --sort=committerdate refs/remotes/origin | sh'
@gpakosz
Copy link
Author

gpakosz commented Jul 22, 2014

I've got branches older than you son

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment