Git Deinit Repo

# in git bash
Computer information path/to/repo (main)
$ rm -rf .git
# will delete the repository
Computer information path/to/repo
$ 
Puzzled Pollan