git uninitialize code example
Example 1: uninitialize git
rm -rf .git
Example 2: how to uninitialize git
cd path/to/repo
rm -rf .git
Example 3: how to uninitialize git
rmdir /s .git
rm -rf .git
cd path/to/repo
rm -rf .git
rmdir /s .git