1. Get your local master up-to-date with the upstream/master.
1. Get your local master up-to-date with the upstream/master.
```bash
```bash
cd $working_dir/docs
cd $working_dir/oceanbase
git fetch upstream
git fetch upstream
git checkout master
git checkout master
git rebase upstream/master
git rebase upstream/master
...
@@ -91,4 +94,5 @@ git push -u origin new-branch-name # "-u" is used to track the remote branch fro
...
@@ -91,4 +94,5 @@ git push -u origin new-branch-name # "-u" is used to track the remote branch fro
### Step 8: Create a pull request
### Step 8: Create a pull request
1. Visit your fork at <https://github.com/$user/oceanbase> (replace `$user` with the GitHub account which you performed the fork operation, the repo name is `oceanbase` by default and you may want to modify it).
1. Visit your fork at <https://github.com/$user/oceanbase> (replace `$user` with the GitHub account which you performed the fork operation, the repo name is `oceanbase` by default and you may want to modify it).
2. Click the `Compare & pull request` button next to your `new-branch-name` branch to create your PR.
2. Click the `Compare & pull request` button next to your `new-branch-name` branch to create your PR.