Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1016 Bytes

GitForkRepo.md

File metadata and controls

18 lines (14 loc) · 1016 Bytes

GIT FORK REPO

  1. fork this repo into your own github account (click fork in upper right of EnCoMPASS page
  2. On your own fork of this repo, click the clone or download button, and copy the ssh key link (e.g. git@github.com:--githubUserName--/encompass.git), or https web url (e.g. https://github.com/--githubUserName--/encompass.git)
  3. cd to directory to be parent of repo
  4. ensure there is no file or directory named encompass in it
  5. git clone --your 'ssh key link' or 'https web url' here--
  6. cd encompass
  7. add remote repository. first on your own fork of the repo, click the 'Clone or Download' button and copy the 'ssh key link' or 'https web url' into your clipboard:
  8. git remote add upstream
  9. git remote -v (to confirm)