git rm -r --cached .//清空缓存
git add .//重新提交
git commit -m "update .gitignore"
git push
git更新.gitignore后如何提交
最新推荐文章于 2025-06-30 09:02:33 发布
git rm -r --cached .//清空缓存
git add .//重新提交
git commit -m "update .gitignore"
git push