Skip to content

Instantly share code, notes, and snippets.

@ryannealmes
Created May 29, 2014 20:25
Show Gist options
  • Save ryannealmes/30d7316ffe6ac8035ba6 to your computer and use it in GitHub Desktop.
Save ryannealmes/30d7316ffe6ac8035ba6 to your computer and use it in GitHub Desktop.
Git logging
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