Created
October 24, 2016 10:14
-
-
Save bora89/548917ff5569452296d302981491e4d0 to your computer and use it in GitHub Desktop.
Recursive update-index --assume-unchanged
From http://stackoverflow.com/questions/16346535/recursive-git-update-index-assume-unchanged
This file contains hidden or 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 ls-files -z myFolderToIgnore/ | xargs -0 git update-index --assume-unchanged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment