commands.sh

git update-index

all

Git command for manipulating the index.

More info →

Examples (1)

Pretend that a modified file is unchanged (`git status` will not show this as changed)

git update-index --skip-worktree path/to/modified_file
made by @shridhargupta | data from tldr-pages