Created
September 18, 2015 08:35
-
-
Save czterystaczwarty/9aa4d227f1225b5daf52 to your computer and use it in GitHub Desktop.
List branches by date
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
recentbranches = "!sh -c \"git for-each-ref --sort='committerdate' --format='%(color:green)%(committerdate:short) %(color:yellow)%(refname)' refs/heads | sed -e 's-refs/heads/--'\"" | |
rb = "!sh -c 'git recentbranches'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment