Skip to content

Instantly share code, notes, and snippets.

@maxcnunes
Created April 2, 2015 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save maxcnunes/2e46da9186e585859ef7 to your computer and use it in GitHub Desktop.
Save maxcnunes/2e46da9186e585859ef7 to your computer and use it in GitHub Desktop.
# setting a new alias
git config --global --add alias.lol "log --graph --decorate --pretty=oneline --abbrev-commit --all"
# using the new alias
git lol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment