Skip to content

Instantly share code, notes, and snippets.

@lynas
Created September 23, 2019 06:19
Show Gist options
  • Save lynas/2ea789d8701333534a42db402ce7c922 to your computer and use it in GitHub Desktop.
Save lynas/2ea789d8701333534a42db402ce7c922 to your computer and use it in GitHub Desktop.
git diff excluding some files
git diff v0.0.10 v0.0.13 -- . ':!*.html' ':!*.kt' ':!*.pdf' ':!*.jsp' ':!*.md' ':!*.java' ':!*.gradle' ':!*.jpg' ':!*.odt' ':!*.xls' ':!*.css' ':!*.properties' ':!*.gitignore' ':!*.bat' ':!*gradlew' ':!*.jar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment