Skip to content

Instantly share code, notes, and snippets.

@Arifursdev
Created December 12, 2022 19:35
Show Gist options
  • Save Arifursdev/aa95f7d665594168c64285b354706083 to your computer and use it in GitHub Desktop.
Save Arifursdev/aa95f7d665594168c64285b354706083 to your computer and use it in GitHub Desktop.
Force Remove the .git folder in windows
Force Remove the .git folder in windows
// working
rm -r .git -Force
// not working
rm -rf .git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment