Skip to content

Instantly share code, notes, and snippets.

@inhumantsar
Created February 25, 2015 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inhumantsar/6818c071dc496c94e05c to your computer and use it in GitHub Desktop.
Save inhumantsar/6818c071dc496c94e05c to your computer and use it in GitHub Desktop.
Git Cheatsheet
Stop/restart watching for changes in a file:
git update-index --assume-unchanged <file>
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