The dump.rdb file accidentally fell into one of the commits and now I can’t remove it from tracking. I am trying this command:
git rm -r --cached dump.rdb
or this
git rm dump.rdb --cached
The result is the same:
fatal: path specifier “dump.rdb” does not match any file
But this file inside my repo:
ls
Gemfile app config.ru Gemfile.lock babel.config.js db
node_modules public yarn.lock README.md bin dump.rdb
config lib package.json