Skip to content

Instantly share code, notes, and snippets.

@softprops
Created January 13, 2011 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save softprops/777457 to your computer and use it in GitHub Desktop.
Save softprops/777457 to your computer and use it in GitHub Desktop.
fancy git log flags
git log --all --pretty=format:"%h %cd %s (%an)" --since='7 days ago'
git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment