1

Dunno what happened, but I get this when I open a new project in my Code VS.

enter image description here

How do I remove this?

  • 2
    Does this answer your question? [How to undo git init on a home directory?](https://stackoverflow.com/questions/15193565/how-to-undo-git-init-on-a-home-directory) – phd Mar 06 '20 at 12:38
  • 1
    Warning to anyone in a similar situation with an "accidental" git repo at top directory level : make sure you **do not** use `git clean` at that point. It would delete your whole filesystem. Follow choroba's advice and defuse that time bomb. – Romain Valeri Mar 06 '20 at 13:16

1 Answers1

5

Just remove the .git folder in the top of the directory tree.

choroba
  • 231,213
  • 25
  • 204
  • 289