Skip to content

Instantly share code, notes, and snippets.

@pketh
Created August 28, 2014 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pketh/45c411283cbe5b77922c to your computer and use it in GitHub Desktop.
Save pketh/45c411283cbe5b77922c to your computer and use it in GitHub Desktop.
list recent branches
# add me to .bash_profile or .bashrc
alias git-recent="git for-each-ref --count=5 --sort=-committerdate refs/heads/ --format='🌺 %(refname:short)'"
@pketh
Copy link
Author

pketh commented Aug 28, 2014

screen

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