-1

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?

1 Answers1

1

Removing the .git directory should do the trick

Marijn Kneppers
  • 534
  • 2
  • 15
  • I just did that but it doesn't change anything. I am practicing in vs code it keeps showing in the source control that I made 5k changes. – Parag Bandhate Oct 05 '21 at 14:26
  • 1
    Also search for `.git` folders at upper levels, if you're unsure you might have unwittingly created some earlier. – Romain Valeri Oct 05 '21 at 14:31