git update-index
Git command for manipulating the index.
- Pretend that a modified file is unchanged (`git status` will not show this as changed):
git update-index --skip-worktree {path/to/modified_file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).