Skip to content

Instantly share code, notes, and snippets.

@eatgrass
Created April 27, 2018 09:02
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 eatgrass/2f5c5d326b31cf0baf0bfee486225a49 to your computer and use it in GitHub Desktop.
Save eatgrass/2f5c5d326b31cf0baf0bfee486225a49 to your computer and use it in GitHub Desktop.
git lg alias for log
alias.lg=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
@eatgrass
Copy link
Author

--no-merges

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