Home > other >  How to undo git folder I created because of mistake? [duplicate]
How to undo git folder I created because of mistake? [duplicate]

Time:10-06

I was recently learning the git and windows PowerShell functions. I mistakenly made my Admin folder git repository and it is continuously showing changes I have made since then. Can anyone help me with this problem?

CodePudding user response:

Removing the .git directory should do the trick

  • Related