Created
November 9, 2011 20:12
-
-
Save sn/1352832 to your computer and use it in GitHub Desktop.
Nifty way to see what has changed in your GIT repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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