Skip to content

Instantly share code, notes, and snippets.

@gjastrab
Created February 16, 2010 23:50
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 gjastrab/306088 to your computer and use it in GitHub Desktop.
Save gjastrab/306088 to your computer and use it in GitHub Desktop.
Cool git alias for viewing a log
git config --global alias.lol "log --pretty=oneline --abbrev-commit --graph --decorate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment