You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/03/01 07:42:00 UTC

[GitHub] [dolphinscheduler-website] zhongjiajie commented on a change in pull request #704: adding new Branch git command

zhongjiajie commented on a change in pull request #704:
URL: https://github.com/apache/dolphinscheduler-website/pull/704#discussion_r816516534



##########
File path: community/en-us/development/submit-code.md
##########
@@ -38,11 +38,19 @@ git checkout -b dev-1.0 upstream/dev-1.0
 git push --set-upstream origin dev-1.0
 ```
 
-* After modifying the code locally, submit it to your own repository:
+* Create new branch
+```
+git checkout -b xxx origin/dev

Review comment:
       Make sence 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org