Skip to content

Instantly share code, notes, and snippets.

@elshanx
Created January 24, 2021 13:02
Show Gist options
  • Save elshanx/1fce9ae870bf44a603e4f54f29991a78 to your computer and use it in GitHub Desktop.
Save elshanx/1fce9ae870bf44a603e4f54f29991a78 to your computer and use it in GitHub Desktop.
*Set up a pretty git log*
**run:**
`git config --global alias.lg "log --graph --pretty=format:'%C(auto)%h -%d %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'"`
**to use:**
`git lg`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment