We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cd634 commit 5c41da2Copy full SHA for 5c41da2
README.md
@@ -36,8 +36,8 @@ cd my-proj
36
We have no intention of updating the source on `angular/quickstart`.
37
Discard everything "git-like" by deleting the `.git` folder.
38
```bash
39
-rm -rf .git // non-Windows
40
-rd .git /S/Q // windows
+rm -rf .git # non-Windows
+rd .git /S/Q # windows
41
```
42
43
### Create a new git repo
0 commit comments