Created
March 28, 2018 09:41
-
-
Save iodic/7daa1667140b1649ded747963a1303d9 to your computer and use it in GitHub Desktop.
Exclude a directory from git diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git diff -- . ':!directory_name' |
appreciation and gratitude!
Thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh wow, this works, thanks!