It started with the clone of a GitHub repository of the excellent "Jonas Schmedtmann" course about Nodejs on Udemy.
And after completed the first exercise which is an API, my plan was to create my own git local repository and send it online on my GitHub account.
But I did the really wrong way...
And as always I used to struggle a lot with the use of Git and Github, and I mess up with the work I did.
So I had the bad idea to first delete the .git
to unlink the initial local and distant repository, then I created new one with a git init
to upload my work on my own repository.
Nothing worked as expected.... and I have deleted everything with a "rm -rf .git
" thinking it will solve something.
But i cannot get rid of this in VsCode.
I don't know what it means and what can i do to fully clean the repo to start over.
Problem: Why do I still see Git indicators after having deleted the .git/
subfolder of my local repository?