Github Git 删除文件夹

git rm -r --cached dir

git commit -m “Remove the now ignored directory some-directory”

发布了97 篇原创文章 · 获赞 25 · 访问量 16万+

猜你喜欢

转载自blog.csdn.net/Qinhaolei/article/details/78292806