Skip to content

Instantly share code, notes, and snippets.

@tovbinm
Last active December 18, 2019 07:10
Show Gist options
  • Save tovbinm/1672072 to your computer and use it in GitHub Desktop.
Save tovbinm/1672072 to your computer and use it in GitHub Desktop.
Pretty git log command
1.
Paste it to the bash:
git config --global alias.lg "log --graph --pretty=format:'%C(auto)%h -%d %s %Cgreen(%cr) %C(bold blue)%an <%ae>%Creset' --abbrev-commit"
2.
Then in any git repo type: git lg
3.
Enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment