Skip to content

Instantly share code, notes, and snippets.

@inhumantsar
Created February 25, 2015 01:57
Show Gist options
  • Select an option

  • Save inhumantsar/6818c071dc496c94e05c to your computer and use it in GitHub Desktop.

Select an option

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