`config/local.yml` is checked in. It should be developer-local. You need to stop tracking it but keep the file on disk.
`git rm --cached` removes from index, leaves working tree.
Easy · 2 steps · +300 XP
This scenario walks through 2 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git rm --cached config/local.ymlgit commit -m "chore: stop tracking local config"Add to .gitignore at the same time so it doesn't get re-added.