I'm having trouble understanding what does git rm --cached
do.
For example, I have a beagle_pft_test repo and a list of submodules inside "components folder". doing git rm --cached
would delete it form the .git folder?:
Because when I type the following:
git rm --cached components/ChrgTmptrSen
And I get:
rm 'components/ChrgTmptrSen'
But I still see the component in the .git
folder:
I'm not sure where did it remove it from? If I still see it in the .git folder, the .gitsubmodules file and the physical component in my local working directory