[Improvement][docs] Fix typo in CONTRIBUTING.md (#3624)

Co-authored-by: 李庆忠 <liqingzhong@inspur.com>
This commit is contained in:
qingzhongli 2020-08-30 18:47:14 +08:00 committed by GitHub
parent 5e2a8bea2e
commit bc766aaab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ If remote branch has a new branch `DEV-1.0`, you need to synchronize this branch
```
git checkout -b dev-1.0 upstream/dev-1.0
git push --set-upstream origin dev1.0
git push --set-upstream origin dev-1.0
```
## Create your feature branch