update-index

Source

  • pwsh history
git update-index --assume-unchanged <FILE>
  • to undo
git update-index --no-assume-unchanged <file>