How to fully delete a git repository created with init?

前端 未结 13 1922
再見小時候
再見小時候 2020-11-22 16:42

I created a git repository with git init. I\'d like to delete it entirely and init a new one.

13条回答
  •  孤城傲影
    2020-11-22 17:20

    In windows:

    1. Press Start Button
    2. Search Resource Monitor
    3. Under CPU Tab -> type .git -> right click rundll32 and end process

    Now you can delete .git folder

提交回复
热议问题