Open dance2die opened 6 years ago
For windows, removing .git folder requires running rmdir as shown below.
.git
rmdir
rmdir /S .git
Would you be able to make a change to the README file? or even better, I'd love to create a PR for the README file update.
For windows, removing
.git
folder requires runningrmdir
as shown below.rmdir /S .git
Would you be able to make a change to the README file? or even better, I'd love to create a PR for the README file update.