This page describes how to connect to the IGC UI repo for the first time and clone it.
Edit me

To connect to the Repo for the First Time and Clone It

  1. Right-click the empty folder you created and select GitBash Here.
  2. Run the git command git clone git/@github.com:BackOfficeAssoc/igc-ui.git
  3. Open the git config file in your local directory/folder (igc-ui/.git/config) using Visual Studio.
  4. Run the command cd igc-ui.
  5. Run the git command git remote add upstream git\@github.com:BackOfficeAssoc/igc-ui.git.
  6. In the .git config file, find the section headed: remote "origin" then add the following line in that section: fetch = +refs/pull/\*/head:refs/remotes/origin/pr/
  7. In the .git config file, find the section headed: remote "upstream" then add the following line in that section: fetch = +refs/pull/*/head:refs/remotes/upstream/pr/*Add Remotes
  8. To access a specific developer’s branch, run the git command git remote add https://github.com/<user>/repo.git