主页

索引

模块索引

搜索页面

1.1.23. git rm

//如果想忽略的文件进入git库:
git rm -r --cached <folder>
or
git rm --cached <file>

主页

索引

模块索引

搜索页面