sunithabeeram commented on a change in pull request #3937: readthedocs: Update instructions for using fork URL: https://github.com/apache/incubator-pinot/pull/3937#discussion_r264345698
########## 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: A branch on the Apache repo is not recommended. We almost always need 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]
