Created
September 27, 2017 04:17
-
-
Save mindevolution/eb6624d0895a08a72a601ea816aedd2c to your computer and use it in GitHub Desktop.
git set assume unchanged by directory
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 ls-files -z | 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