Search
❯
Apr 27, 20261 min read
git rm -r --cached .
Then, re-add:
git add .
git commit -m "message"
git push