Skip to content

Commit 501e3a9

Browse files
authored
fix git reset command
1 parent 143812e commit 501e3a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiki/Building_a_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Checking the compiled documentation
152152
$ cd ~/repositories/docs/
153153
$ git fetch origin
154154
$ git checkout gh-pages # should only be this one branch
155-
$ git checkout rebase origin/gh-pages # get any changes
155+
$ git rebase origin/gh-pages # get any changes
156156
$ rm latest
157157
$ ln -s 1.78 latest
158158
$ git commit latest -m "Update 'latest' symlink to point at 1.78"

0 commit comments

Comments
 (0)