Skip to content

Instantly share code, notes, and snippets.

@guttentag
Last active May 25, 2021 09:05
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 guttentag/b4c0e5d8c70b0073e8dc476f3a120356 to your computer and use it in GitHub Desktop.
Save guttentag/b4c0e5d8c70b0073e8dc476f3a120356 to your computer and use it in GitHub Desktop.
Git log format
git log -5 --format='%C(yellow)%ad%Creset% Cgreen(%cN)%Creset - %s' --date=human
git log -5 --format='%C(yellow)%ar%Creset% Cgreen(%cN)%Creset - %s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment