Skip to content

Instantly share code, notes, and snippets.

@mohitt
Created June 29, 2015 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohitt/34102c8862c14dee4bab to your computer and use it in GitHub Desktop.
Save mohitt/34102c8862c14dee4bab to your computer and use it in GitHub Desktop.
git diff modified files to the older version
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