Created
August 17, 2015 11:10
-
-
Save obowersa/0eae80ebc1287371283c to your computer and use it in GitHub Desktop.
git-lwb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git for-each-ref --sort=-committerdate refs/heads/ --format='%(committerdate:short) %(authorname) %(refname:short)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment