diff --git a/docs/source/clone.rst b/docs/source/clone.rst index 465cdfc92c..c31968ec2e 100644 --- a/docs/source/clone.rst +++ b/docs/source/clone.rst @@ -39,11 +39,7 @@ Clone workflow and component repositories Workflow ******** -https method: - -:: - - git clone https://github.com/NOAA-EMC/global-workflow.git +There are several ways to clone repositories from GitHub. Below we describe how to clone the global-workflow using either the ssh or https methods. **The ssh method is highly preferred and recommended.** ssh method (using a password protected SSH key): @@ -54,6 +50,12 @@ ssh method (using a password protected SSH key): .. note:: When using ssh methods you need to make sure that your GitHub account is configured for the computer from which you are accessing the repository (See `this link `_) +https method: + +:: + + git clone https://github.com/NOAA-EMC/global-workflow.git + Check what you just cloned (by default you will have only the develop branch): ::