We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c92cd commit c47e00cCopy full SHA for c47e00c
README.md
@@ -35,7 +35,7 @@ It is simpler to create a separate repo for the webpage (separate from the code)
35
git checkout --orphan gh-pages
36
37
# preview files to be deleted
38
- git rm -rf --dry-r
+ git rm -rf --dry-r .
39
40
# actually delete the files (double check you are on the correct branch when doing this step: it is dangerous!!!)
41
git reset --hard
0 commit comments