Closed Karthi-15 closed 1 week ago
Clear the cache of the ignored files using these commands:
git add. git rm -r --cached .idea git rm -r --cached notebooks/.ipynb_checkpoints git rm -r --cached scripts/.ipynb_checkpoints git rm -r --cached Data
git commit -m .... then push
Clear the cache of the ignored files using these commands:
git add. git rm -r --cached .idea git rm -r --cached notebooks/.ipynb_checkpoints git rm -r --cached scripts/.ipynb_checkpoints git rm -r --cached Data
git commit -m .... then push