📌  相关文章
📜  不能忽略 .suo 文件 - Shell-Bash 代码示例

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

代码示例1
git rm --cached *.suo
git commit -m "Delete suo file from repository"