📌  相关文章
📜  gitignroe 删除文件夹 - Shell-Bash 代码示例

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

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