git rm命令用于删除文件。
git rm
解除追踪某个文件,即该文件已被git add添加,然后抵消这个操作。
git add
$ git rm --cached <fileName>
本文档使用 BookStack 构建