Created
October 18, 2013 15:02
-
-
Save rconradharris/7042896 to your computer and use it in GitHub Desktop.
Useful alias for seeing recent branches
This file contains hidden or 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
[alias] | |
ls = ! git for-each-ref --sort='-committerdate' --format='%(refname:short)' refs/heads | xargs -n1 -I{} git log -n1 --pretty=format:'%Cblue%cr%Creset%x09{}' {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment