Skip to content

Commit b496ad3

Browse files
authored
git aliases -> full commands
1 parent 45fb2d5 commit b496ad3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ of this built html by running the following command from the root of the
5252
PRMS-Python documentation directory
5353

5454
```
55-
git cob new-docs \
55+
git checkout -b new-docs \
5656
&& git add -f docs/build/html \
57-
&& git cm -m"built updated docs" \
57+
&& git commit -m"built updated docs" \
5858
&& git filter-branch -f --prune-empty --subdirectory-filter docs/build/html new-docs \
5959
&& git push -u docs HEAD:new-docs
6060
```
@@ -71,7 +71,7 @@ git fetch origin \
7171
&& git push --delete gh-pages \
7272
&& git push -u origin HEAD:gh-pages \
7373
&& git push --delete origin new-docs \
74-
&& git br -D new-docs
74+
&& git branch -D new-docs
7575
```
7676

7777

0 commit comments

Comments
 (0)