Skip to content

Instantly share code, notes, and snippets.

@hron84
Created March 4, 2013 09:17
Show Gist options
  • Save hron84/5081022 to your computer and use it in GitHub Desktop.
Save hron84/5081022 to your computer and use it in GitHub Desktop.
#!/bin/sh
git for-each-ref --count=15 --sort=-committerdate refs/heads/ --format='%(refname:short)!%(authorname)!%(committerdate:short)' | column -t -s '!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment