Skip to content

development tricks

reno- edited this page Apr 16, 2012 · 1 revision

ignoring changes in filepaths.txt

running command to stop tracking tapemovie-lib/filepaths.txt file :
git update-index --assume-unchanged tapemovie-lib/filepaths.txt
and if you wanna start tracking changes again run the following command :
git update-index --no-assume-unchanged

Clone this wiki locally