Skip to content

Instantly share code, notes, and snippets.

@mgtitimoli
Created March 21, 2020 00:36
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 mgtitimoli/a19d4a0d8a8b12e4f6dc1b97243754fe to your computer and use it in GitHub Desktop.
Save mgtitimoli/a19d4a0d8a8b12e4f6dc1b97243754fe to your computer and use it in GitHub Desktop.
git diff with filter
git diff --name-only | grep -v $EXCLUDE_PATTERN | xargs git diff $OTHER_OPTIONS --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment