2
可能重複:
Git: Remove a file from the repository without deleting it from the local filesystem如何刪除的Git庫中的文件,而不刪除文件實際上
我知道這些代碼「混帳RM」可以刪除的Git庫中的文件,但它也從多計算機中刪除該文件。
有沒有一種方法可以從git存儲庫中刪除文件,而無需從我的電腦中實際刪除文件?
可能重複:
Git: Remove a file from the repository without deleting it from the local filesystem如何刪除的Git庫中的文件,而不刪除文件實際上
我知道這些代碼「混帳RM」可以刪除的Git庫中的文件,但它也從多計算機中刪除該文件。
有沒有一種方法可以從git存儲庫中刪除文件,而無需從我的電腦中實際刪除文件?
git rm --cached filename
將保留該文件在您的計算機上。
這相當於SVN的svn delete --keep-local
是混帳,我see.Thanks給大家~~ – Gina 2012-02-01 04:22:53