We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143812e commit 501e3a9Copy full SHA for 501e3a9
1 file changed
wiki/Building_a_release.md
@@ -152,7 +152,7 @@ Checking the compiled documentation
152
$ cd ~/repositories/docs/
153
$ git fetch origin
154
$ git checkout gh-pages # should only be this one branch
155
- $ git checkout rebase origin/gh-pages # get any changes
+ $ git rebase origin/gh-pages # get any changes
156
$ rm latest
157
$ ln -s 1.78 latest
158
$ git commit latest -m "Update 'latest' symlink to point at 1.78"
0 commit comments