This question already has answers here:
Closed 7 years ago.
Possible Duplicate:
How to fully delete a git repository created with init?
I have a test repository on git and I want to delete it using command line. I found that
git rm <file>
deleted the files within the repository and not the repository itself. Any one can help here?