Skip to content

Instantly share code, notes, and snippets.

@atainton
Forked from ryannealmes/gist:30d7316ffe6ac8035ba6
Created February 4, 2016 13:24
Show Gist options
  • Save atainton/60eb22df3299b8e827e9 to your computer and use it in GitHub Desktop.
Save atainton/60eb22df3299b8e827e9 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