Skip to content

Instantly share code, notes, and snippets.

@jennielees
Created April 22, 2014 01:51
Show Gist options
  • Save jennielees/11162850 to your computer and use it in GitHub Desktop.
Save jennielees/11162850 to your computer and use it in GitHub Desktop.
git awesomeness
# Thanks to http://stackoverflow.com/questions/3666953/showing-git-branch-structure
alias git-branches="git log --graph --simplify-by-decoration --pretty=format:'%Cred%h%Creset-%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment