未验证 提交 9860017d 编写于 作者: W Wang Guibao 提交者: GitHub

Merge pull request #29 from wangguibao/ctr_model_serving

Fix document
......@@ -17,8 +17,8 @@ Paddle Serving uses this [Git branching model](http://nvie.com/posts/a-successfu
To make a copy of your fork to your local computers, please run
```bash
git clone https://github.com/your-github-account/serving
cd serving
git clone https://github.com/your-github-account/Serving
cd Serving
```
1. Create the local feature branch
......@@ -68,7 +68,7 @@ Paddle Serving uses this [Git branching model](http://nvie.com/posts/a-successfu
An experienced Git user pulls from the official repo often -- daily or even hourly, so they notice conflicts with others work early, and it's easier to resolve smaller conflicts.
```bash
git remote add upstream https://github.com/PaddlePaddle/serving
git remote add upstream https://github.com/PaddlePaddle/Serving
git pull upstream develop
```
......@@ -80,7 +80,7 @@ Paddle Serving uses this [Git branching model](http://nvie.com/posts/a-successfu
git push origin my-cool-stuff
```
The push allows you to create a pull request, requesting owners of this [official repo](https://github.com/PaddlePaddle/serving) to pull your change into the official one.
The push allows you to create a pull request, requesting owners of this [official repo](https://github.com/PaddlePaddle/Serving) to pull your change into the official one.
To create a pull request, please follow [these steps](https://help.github.com/articles/creating-a-pull-request/).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册