Skip to content

Instantly share code, notes, and snippets.

@keopx
Last active August 29, 2015 14:11
Show Gist options
  • Save keopx/6c34dab8b52a5c4f12f1 to your computer and use it in GitHub Desktop.
Save keopx/6c34dab8b52a5c4f12f1 to your computer and use it in GitHub Desktop.
Git log decoration for see logs. Add lines to .git/config
git config --global alias.lg 'log --all --graph --decorate --oneline'
### OR ###
[alias]
lg = log --all --graph --decorate --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment