Skip to content

Instantly share code, notes, and snippets.

@iliafrenkel
Created August 6, 2019 01:44
Show Gist options
  • Save iliafrenkel/a55f690a02b6efd4155cabbebffb7e2d to your computer and use it in GitHub Desktop.
Save iliafrenkel/a55f690a02b6efd4155cabbebffb7e2d to your computer and use it in GitHub Desktop.
Git log in one line with branches and pretty print
git config --global alias.logline "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
git logline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment