## Start untracking changes locally
git update-index --assume-unchanged <file_path>
## Start tracking changes again
git update-index --no-assume-unchanged <file_path>
Created
February 18, 2014 13:05
-
-
Save samarpanda/9070582 to your computer and use it in GitHub Desktop.
Git ignore changes in tracked files.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment