提交 51b840e1 authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #4016 from Saxenauts/add_commit_dev_start

Added the commit instruction in dev_guide submit text
...@@ -147,9 +147,13 @@ of the `master` branch (the principal one) of the central repository ...@@ -147,9 +147,13 @@ of the `master` branch (the principal one) of the central repository
Submit your changes to the central repository Submit your changes to the central repository
--------------------------------------------- ---------------------------------------------
Once your code is ready for others to review, you need to push your Once your code is ready for others to review, you need to commit all the changes and then push your
branch to your github fork first: branch to your github fork first:
.. code-block:: bash
git commit -a -m "your message here"
.. code-block:: bash .. code-block:: bash
git push -u origin my_shiny_feature git push -u origin my_shiny_feature
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论