So I created a main git repository in my root folder but a second one was created im not sure how in one of my two main folders (client) which means on github I don't have access to that folder which is shown by an arrow on that folder. So I've been trying to figure out how to delete a repo without deleting everything inside because of the number of files in there. However the only option I found and tried : "rm -r .git" or "rm -fr .git" dont seem to work and give me a lot of errors.
Here is my project folder :
Github Link : https://github.com/SKY3E/PERN-Todo-Website
Thanks for any help in advance.
