Skip to content

Instantly share code, notes, and snippets.

@jakcharlton
Last active December 14, 2015 06:49
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 jakcharlton/5045233 to your computer and use it in GitHub Desktop.
Save jakcharlton/5045233 to your computer and use it in GitHub Desktop.
Pretty git log
git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short
[alias]
hist = log --pretty=format:\"%h | %ad | %s%Cred%d%Creset %Cgreen[%an]%Creset\" --graph --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment