how to remove repository only local 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)
$ rm -rf .git
$ rm -rf .git
to delete git repository from local repo (from machine)