清除 Git 缓存:
git rm -r --cached .
添加文件到 Git:
git add .
使用 git commit 命令提交这些更改
git commit -m "Update .gitignore"
清除 Git 缓存:
git rm -r --cached .
添加文件到 Git:
git add .
使用 git commit 命令提交这些更改
git commit -m "Update .gitignore"
1116

被折叠的 条评论
为什么被折叠?