Created
June 29, 2015 18:59
-
-
Save mohitt/34102c8862c14dee4bab to your computer and use it in GitHub Desktop.
git diff modified files to the older version
This file contains 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 status --porcelain | % { $_.split(" ")[2] } | % { git difftool 5069d42 $_} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment