diff --git a/BIM/Workflow/OD Workflows.md b/BIM/Workflow/OD Workflows.md index 80ce5ee..89279ae 100644 --- a/BIM/Workflow/OD Workflows.md +++ b/BIM/Workflow/OD Workflows.md @@ -118,6 +118,14 @@ ### Cloning a Repo for the First Time +*Essentionally ''cloning' a repo means you're downloading the entire project folder onto your local machine. Once it pulled down (downloaded) you don't have to clone it again.* + + + +*After it's cloned, if there's a change on the repo you want to pull down to your local machine, follow the steps in the following section: [Pulling the latest changes down from the remote repo](Pulling the latest changes down from the remote repo)*. + + + 1. Copy the HTTPS address from either Github or Gitlab. - From Gitlab... - ![](imgs/Gitlab_https.png) @@ -277,8 +285,7 @@ If your file ever gets above 100mbs and you can't push to Github, try... ``` ``` - - +