remove a git repository code example
Example 1: delete git repository command line
rm -rf .git
Example 2: git remove repository local
$ rm -rf .git
Example 3: how to remove git repository from a project
rm -rf .git
rm -rf .git
$ rm -rf .git
rm -rf .git