Keep the file locally but remove it from version control.
Section: Snapshotting and Commits
Stop tracking a file
bash
bash
git rm --cached path/to/fileLearn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Snapshotting and Commits