mcvsubbu commented on a change in pull request #3937: readthedocs: Update instructions for using fork URL: https://github.com/apache/incubator-pinot/pull/3937#discussion_r264364055
########## File path: docs/dev_env.rst ########## @@ -37,16 +37,21 @@ Getting the Source Code Create a fork ^^^^^^^^^^^^^ To limit the number of branches created on the Apache Pinot repository, we recommend that you create a fork by clicking on the fork button `here <https://github.com/apache/incubator-pinot>`_. +Read more about `fork workflow here <https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow>`_ Clone the repository locally ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: none - $mkdir workspace - $cd workspace - $git clone https://github.com/<username>/incubator-pinot.git - $cd incubator-pinot + $ mkdir workspace Review comment: In that case, isn't it better to remove the other section on creating branches? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
