git rm -r --cached <fold> 不刪除本地文件 git rm -r --f <fold> 刪除本地文件 git rm --cached <file> 不刪除本地文件,僅僅再也不跟蹤文件 git rm --f <file> 刪除本地文件,而且再也不跟蹤文件