Guest User

Untitled

a guest
Feb 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. start ignoring changes to a file:
  2. git update-index --assume-unchanged path/to/file
  3.  
  4. keep tracking again:
  5. git update-index --no-assume-unchanged path/to/file
Add Comment
Please, Sign In to add comment