Commit 95ec2133 authored by yuxiaobo's avatar yuxiaobo

delete extra space

Signed-off-by: 's avataryuxiaobo <yuxiaobogo@163.com>
parent 70af7ba4
...@@ -199,7 +199,7 @@ $ git pull upstream master ...@@ -199,7 +199,7 @@ $ git pull upstream master
```sh ```sh
$ git checkout -b new-feature $ git checkout -b new-feature
``` ```
6. Make any change on the branch `new-feature` then build and test your codes. 6. Make any change on the branch `new-feature` then build and test your codes.
7. Include in what will be committed. 7. Include in what will be committed.
```sh ```sh
$ git add <file> $ git add <file>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment