Skip to content

Instantly share code, notes, and snippets.

@ep4sh
Created January 10, 2019 13:06
Show Gist options
  • Select an option

  • Save ep4sh/b667512919a16edc7f09745a666f52ec to your computer and use it in GitHub Desktop.

Select an option

Save ep4sh/b667512919a16edc7f09745a666f52ec to your computer and use it in GitHub Desktop.
Git log pretty
git config --global alias.lg "log --pretty=format:'%C(magenta)%h%Creset -%C(red)%d%Creset %s %C(green)(%cr) %C(blue)<%an>%Creset' --graph --color --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment