change the webdoc4

This commit is contained in:
sunrq 2021-04-29 16:07:58 +08:00
parent 123cc2cc0f
commit af12600eee
1 changed files with 1 additions and 3 deletions

View File

@ -119,8 +119,7 @@ git commit -m "your commit message"
### 步骤9 : push & push
如果经过测试,您觉得在本地完成了代码工作,您就可以将代码推送到您自己的服
务器端的仓库中了。
如果经过测试,您觉得在本地完成了代码工作,您就可以将代码推送到您自己的服务器端的仓库中了。
```
git push origin develop
```
@ -198,4 +197,3 @@ git merge upstream/master
git push origin master
```