Skip to content

Instantly share code, notes, and snippets.

@craigvantonder
Last active November 8, 2018 07:13
Show Gist options
  • Save craigvantonder/6511f37162185105c52dcd65808d3cbf to your computer and use it in GitHub Desktop.
Save craigvantonder/6511f37162185105c52dcd65808d3cbf to your computer and use it in GitHub Desktop.
Using git to compare two directories for differences
// https://stackoverflow.com/a/7945988/2110294
git diff --diff-filter=M --name-status --no-index /compare/from /compare/to >> some_filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment