Skip to content

Instantly share code, notes, and snippets.

@drizzd
Created January 10, 2017 13:50
Show Gist options
  • Save drizzd/663b1e30e1248be065a623785b56e93e to your computer and use it in GitHub Desktop.
Save drizzd/663b1e30e1248be065a623785b56e93e to your computer and use it in GitHub Desktop.
git recent
[alias]
recent = for-each-ref --sort='committerdate' --format='%(committerdate:relative)%09%(refname:short)' refs/heads
@drizzd
Copy link
Author

drizzd commented Jan 10, 2017

$ git recent

3 months ago    master
3 months ago    dev
9 weeks ago     dev/drizzd
8 weeks ago     test
8 weeks ago     test-ci

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