Skip to content

Instantly share code, notes, and snippets.

@csurf
csurf / gist:b9234d4be3b0265fbac3f293069b68bf
Created February 7, 2018 10:54
temp git untrack / ignore
start ignoring changes to a file:
git update-index --assume-unchanged path/to/file
keep tracking again:
git update-index --no-assume-unchanged path/to/file