Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 866 Bytes

gitForkRepo.md

File metadata and controls

18 lines (14 loc) · 866 Bytes

GIT FORK REPO

  1. fork this repo into your own github account (click fork in upper right of VMT 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--/vmt.git), or https web url (e.g. https://github.com/--githubUserName--/vmt.git)
  3. cd to directory to be parent of repo
  4. ensure there is no file or directory named vmt in it
  5. git clone --your 'ssh key link' or 'https web url' here--
  6. cd vmt
  7. add remote repository. Depending on how you connect with github:
  8. git remote add upstream
  9. git remote -v (to confirm)