This page describes the process the doc team uses to clone the igc-help GitHub repo to their laptops.
Edit me

Clone repo to local

  1. In the BackOfficeAssoc/igc-help repo, click the Clone or download button. Once you click it, it will reveal a URL that you need to copy and paste into your command line in the next step. Click the copy to clipboard button to the right of the url to copy it.
  2. Open Git Bash and navigate to the directory that you wish to download to.
    Right-click menu with Git Bash Here option
    Right-click menu with Git Bash Here option
  3. Enter the git clone command using the SSH URL from step 1.
  4. Switch into your new directory by entering the git command cdigc-help
  5. Fetch the develop branch so that you have it in your local repo by entering the git command git fetch origin develop.