Skip to content

Instantly share code, notes, and snippets.

@Zerg00s
Created June 20, 2020 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zerg00s/9fed50f2d16762bbc71981a3c72120de to your computer and use it in GitHub Desktop.
Save Zerg00s/9fed50f2d16762bbc71981a3c72120de to your computer and use it in GitHub Desktop.
git logline 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