I am beginner with git. A few weeks ago, I unintentionally created a "git init" on the root of my pc (location: desktop) which means all of my computer files are on that git folder.
How can i delete that git folder, without losing any of my coding or personal files?
You should have a hidden folder
.git
in the root directory then. You just have to delete that folder. It will delete only the git repository and leave all of the other files intact.