Created
April 16, 2015 11:12
-
-
Save rymawby/58f9669a70931045e5e9 to your computer and use it in GitHub Desktop.
Git - lists changed files since last push to a remote
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 diff --stat origin/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git diff --stat also works ?