Remova as janelas do repositório Git
Go to the directory where you want to delete your .git folder then type in cmd
rmdir /S .git.
Elated Eagle
Go to the directory where you want to delete your .git folder then type in cmd
rmdir /S .git.
// On windows
del /F /S /Q /A .git