Skip to content

Instantly share code, notes, and snippets.

@jkrup
Created May 18, 2016 22:51
Show Gist options
  • Save jkrup/6707a17c2e0e28412c089ccfe775fa36 to your computer and use it in GitHub Desktop.
Save jkrup/6707a17c2e0e28412c089ccfe775fa36 to your computer and use it in GitHub Desktop.
# find diffs in files that were affected by merge conflict
git diff --cached `echo **/*.orig | sed s/.orig//`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment