Skip to content

Instantly share code, notes, and snippets.

@alaahd
Created January 18, 2013 22:13
Show Gist options
  • Save alaahd/4569098 to your computer and use it in GitHub Desktop.
Save alaahd/4569098 to your computer and use it in GitHub Desktop.
git Ignoring modifications to tracked files
//Ignoring modifications to tracked files
git update-index --assume-unchanged FILENAME
//undo
git update-index --no-assume-unchanged FILENAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment