📌  相关文章
📜  停止跟踪 git 模式 - Shell-Bash 代码示例

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

代码示例1
1. git rm --cached  (i.e. app/**/*.xml)
2. Commit the removal. 
3. Add the pattern to your .gitignore to avoid it in the future.