Created
October 8, 2012 18:47
-
-
Save americkson/3854167 to your computer and use it in GitHub Desktop.
Git Ignore Changed File
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 update-index --assume-unchanged <file> | |
Start tracking changes again run the following command: | |
git update-index --no-assume-unchanged <file> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment