remove repository from git code example
Example 1: delete git repository command line
rm -rf .git
Example 2: how to remove git repository from a project
rm -rf .git
Example 3: delete local git repository command line creates by react
rmdir /s .git