Uninitialize git repository

后端 未结 4 831
孤街浪徒
孤街浪徒 2021-02-01 15:40

I have Initialized a git repository and have made some commit in that now for some reason I do not want to track any files in it and want to remove git from my local repo. Is th

4条回答
  •  青春惊慌失措
    2021-02-01 16:14

    go to the folder where you initialized git ,check on the hidden files we can see .git file deleting that file solves our problem

提交回复
热议问题