I created a "Projects" folder where I have all my web dev projects. I used git init
on the folder before creating subfolders, which I also used the git init
command for.
Now I want to treat them independently. How do I un-init the "Projects" folder that houses the other folders where my projects are?