You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2020/01/13 09:30:29 UTC

[incubator-dolphinscheduler-website] branch asf-site updated: Automated deployment: Mon Jan 13 09:30:22 UTC 2020 2c0ef21c672242789e98dc1173ca0f3b85f87981

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new ebb73e6  Automated deployment: Mon Jan 13 09:30:22 UTC 2020 2c0ef21c672242789e98dc1173ca0f3b85f87981
ebb73e6 is described below

commit ebb73e6a4c8dd670bbc775f202096946efed0ef1
Author: dailidong <da...@users.noreply.github.com>
AuthorDate: Mon Jan 13 09:30:22 2020 +0000

    Automated deployment: Mon Jan 13 09:30:22 UTC 2020 2c0ef21c672242789e98dc1173ca0f3b85f87981
---
 zh-cn/docs/development/submit-code.html | 6 +++---
 zh-cn/docs/development/submit-code.json | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zh-cn/docs/development/submit-code.html b/zh-cn/docs/development/submit-code.html
index 92698dd..ceede37 100644
--- a/zh-cn/docs/development/submit-code.html
+++ b/zh-cn/docs/development/submit-code.html
@@ -64,13 +64,13 @@
 </code></pre>
 <p>如果远端分支有新加的分支比如<code>dev-1.0</code>,需要同步这个分支到本地仓库</p>
 <pre><code>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
 </code></pre>
 <ul>
 <li>
 <p>在本地修改代码以后,提交到自己仓库:</p>
-<p><code>git commit -m 'commit content'</code>
-<code>git push</code></p>
+<p><code>git commit -m 'commit content'</code></p>
+<p><code>git push</code></p>
 </li>
 <li>
 <p>将修改提交到远端仓库</p>
diff --git a/zh-cn/docs/development/submit-code.json b/zh-cn/docs/development/submit-code.json
index 18b1e6d..acf9137 100644
--- a/zh-cn/docs/development/submit-code.json
+++ b/zh-cn/docs/development/submit-code.json
@@ -1,6 +1,6 @@
 {
   "filename": "submit-code.md",
-  "__html": "<h4>提交代码流程</h4>\n<ul>\n<li>\n<p>首先从远端仓库<em><a href=\"https://github.com/apache/incubator-dolphinscheduler.git\">https://github.com/apache/incubator-dolphinscheduler.git</a></em> fork一份代码到自己的仓库中</p>\n</li>\n<li>\n<p>远端仓库中目前有三个分支:</p>\n<ul>\n<li>\n<p>master 正常交付分支\n发布稳定版本以后,将稳定版本分支的代码合并到master上。</p>\n</li>\n<li>\n<p>dev    日常开发分支\n日常dev开发分支,新提交的代码都可以pull request到这个分支上。</p>\n</li>\n<li>\n<p>branch-1.0.0 发布版本分支\n发布版本分支,后续会有2.0...等版本分支,版本分支只修改bug,不增加新功能。</p>\n</li>\n</ul>\n</li>\ [...]
+  "__html": "<h4>提交代码流程</h4>\n<ul>\n<li>\n<p>首先从远端仓库<em><a href=\"https://github.com/apache/incubator-dolphinscheduler.git\">https://github.com/apache/incubator-dolphinscheduler.git</a></em> fork一份代码到自己的仓库中</p>\n</li>\n<li>\n<p>远端仓库中目前有三个分支:</p>\n<ul>\n<li>\n<p>master 正常交付分支\n发布稳定版本以后,将稳定版本分支的代码合并到master上。</p>\n</li>\n<li>\n<p>dev    日常开发分支\n日常dev开发分支,新提交的代码都可以pull request到这个分支上。</p>\n</li>\n<li>\n<p>branch-1.0.0 发布版本分支\n发布版本分支,后续会有2.0...等版本分支,版本分支只修改bug,不增加新功能。</p>\n</li>\n</ul>\n</li>\ [...]
   "link": "/zh-cn/docs/development/submit-code.html",
   "meta": {}
 }
\ No newline at end of file