I ran the command rm -rf ./.git
in the terminal, but I send KILLSIG
(with C-c
from the keyboard) before the complete removal. Currently, the git history is not cleared and is there, but it logs some of the deleted stuff. How to check which parts are deleted?
1