This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c0ef21  Update submit-code.md
2c0ef21 is described below

commit 2c0ef21c672242789e98dc1173ca0f3b85f87981
Author: dailidong <[email protected]>
AuthorDate: Mon Jan 13 17:27:01 2020 +0800

    Update submit-code.md
---
 docs/zh-cn/development/submit-code.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/zh-cn/development/submit-code.md 
b/docs/zh-cn/development/submit-code.md
index 52231a3..13d9a3e 100644
--- a/docs/zh-cn/development/submit-code.md
+++ b/docs/zh-cn/development/submit-code.md
@@ -42,12 +42,13 @@
 
 ```
 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
 ```
 
 * 在本地修改代码以后,提交到自己仓库:
   
     `git commit -m 'commit content'`
+    
     `git push`
 
 * 将修改提交到远端仓库

Reply via email to