how to delete a git local repository code example
Example 1: git remove repository local
$ rm -rf .git
Example 2: how to delete git repo locally
$ rm -rf .git
to delete git repository from local repo (from machine)
Example 3: clone and remove existing git repository
git rm -rf git