commit everything before running these commands!! These commands will remove all files and add them back.
git rm -rf --cached .
git add .
Reference: https://stackoverflow.com/a/25436481
commit everything before running these commands!! These commands will remove all files and add them back.
git rm -rf --cached .
git add .
Reference: https://stackoverflow.com/a/25436481
In
Leave a Reply