Skip to content

Instantly share code, notes, and snippets.

@sn
Created November 9, 2011 20:12
Show Gist options
  • Save sn/1352832 to your computer and use it in GitHub Desktop.
Save sn/1352832 to your computer and use it in GitHub Desktop.
Nifty way to see what has changed in your GIT repo
git whatchanged --since="yesterday"
git whatchanged --oneline --since="1 week"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment