git移除已經加入版本控制的檔案

JustinBeebor發表於2024-04-07

使用 git rm -r --cached "要取消版本控制的檔案或資料夾"

例子:git rm -r --cached .idea

將本地的 .idea 資料夾取消版本控制。

相關文章