Skip to content

Instantly share code, notes, and snippets.

@senorprogrammer
Last active June 13, 2017 23:34
Show Gist options
  • Save senorprogrammer/8093bef1f9753a8e8e1c3eb8b675a616 to your computer and use it in GitHub Desktop.
Save senorprogrammer/8093bef1f9753a8e8e1c3eb8b675a616 to your computer and use it in GitHub Desktop.
git log format

Format:

git log --date=format:"%b %d, %Y" --pretty=format:"%Cgreen %h %C(white) %s %C(dim)%an on %cd"

Output:

29049a70 [CORE-607] Add specs for the okcomputer health checks Chris Cummer on Jun 13, 2017

Imagine the text above has pretty colors in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment