📅  最后修改于: 2022-03-11 14:50:56.931000             🧑  作者: Mango
# start ignoring changes to a file:
git update-index --assume-unchanged path/to/file
# keep tracking again:
git update-index --no-assume-unchanged path/to/file