Skip to content

Instantly share code, notes, and snippets.

@rokkoo
Created September 15, 2019 18:43
Show Gist options
  • Save rokkoo/ed46c8ed376f714153106d82f2fbe280 to your computer and use it in GitHub Desktop.
Save rokkoo/ed46c8ed376f714153106d82f2fbe280 to your computer and use it in GitHub Desktop.
Remove git folder windows
Open CMD promp
Go proyect folder exp (d:)
Paste this attrib -s -h -r . /s /d
Then paste this del /F /S /Q /A .git
Then paste this rmdir / S / Q .git or rmdir .git
And done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment