📌  相关文章
📜  将文件添加到 gitignore 并从 repo 中删除 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:43.089000             🧑  作者: Mango

代码示例2
git rm -r --cached some-directory
git commit -m 'Remove the now ignored directory "some-directory"'
git push origin master