Linux

在主目錄中意外創建了 git repo

  • March 2, 2019

不知何故,我將我的主目錄 (~) 設為了一個 git 儲存庫。

git status返回我目錄中我不想送出的所有文件。

git rm --cached -r *也不是我想要的。

如何在不刪除所有文件的情況下刪除儲存庫?

從 ~/.git 目錄中刪除 .git 目錄。

引用自:https://serverfault.com/questions/833419