What does a grey icon in remote GitHub mean

git rm --cached <folder_name>

Then go to the parent directory and do:

git add .
git commit -m "<your_message>"
git push --all

Leave a Comment