Created
August 28, 2014 15:35
-
-
Save pketh/45c411283cbe5b77922c to your computer and use it in GitHub Desktop.
list recent branches
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
# add me to .bash_profile or .bashrc | |
alias git-recent="git for-each-ref --count=5 --sort=-committerdate refs/heads/ --format='🌺 %(refname:short)'" |
Author
pketh
commented
Aug 28, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment