上传到服务器时去除调一些文件
git rm -r --cached .
git add .
git commit -m ‘update .gitignore’
git上传
最新推荐文章于 2024-08-20 15:24:59 发布
上传到服务器时去除调一些文件
git rm -r --cached .
git add .
git commit -m ‘update .gitignore’