Answers for "Can I 'git commit' a file and ignore its content changes?"

1

Can I 'git commit' a file and ignore its content changes?

git update-index --assume-unchanged [<file> ...]
git update-index --no-assume-unchanged [<file> ...]
Posted by: Guest on January-26-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language