Run git software
asume that we need to delete the folder “snow/”, input the following codes
git rm -r --cached snow/
git commit -m “snow”
git push origin master
then the folder “snow/” is deleted
来源:51CTO
作者:graceful snow
链接:https://blog.csdn.net/graceful_snow/article/details/100157061