I cloned a GitHub repository in my directory, but it came full of commits, that is, versioned. I wanted to restart it as a repository, from scratch, how do I?
I've tried the command: git reset (did not work).
What I want is the opposite of the git init command