Commit 98cb4192 authored by Ward Bell's avatar Ward Bell

chore: include windows command for deleting the .git folder

parent 90edcf66
...@@ -35,7 +35,8 @@ cd my-proj ...@@ -35,7 +35,8 @@ cd my-proj
We have no intention of updating the source on `angular/quickstart`. We have no intention of updating the source on `angular/quickstart`.
Discard everything "git-like" by deleting the `.git` folder. Discard everything "git-like" by deleting the `.git` folder.
```bash ```bash
rm -rf .git rm -rf .git // non-Windows
rd .git /S/Q // windows
``` ```
### Create a new git repo ### Create a new git repo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment