There was an error while loading. Please reload this page.
1 parent 45fb2d5 commit b496ad3Copy full SHA for b496ad3
1 file changed
README.md
@@ -52,9 +52,9 @@ of this built html by running the following command from the root of the
52
PRMS-Python documentation directory
53
54
```
55
-git cob new-docs \
+git checkout -b new-docs \
56
&& git add -f docs/build/html \
57
- && git cm -m"built updated docs" \
+ && git commit -m"built updated docs" \
58
&& git filter-branch -f --prune-empty --subdirectory-filter docs/build/html new-docs \
59
&& git push -u docs HEAD:new-docs
60
@@ -71,7 +71,7 @@ git fetch origin \
71
&& git push --delete gh-pages \
72
&& git push -u origin HEAD:gh-pages \
73
&& git push --delete origin new-docs \
74
- && git br -D new-docs
+ && git branch -D new-docs
75
76
77
0 commit comments