Skip to content

Step 1 Preparing The Git Repository

TBuscher137 edited this page Mar 11, 2016 · 6 revisions
  1. Go to https://github.com/Wycliffe-USA/rtt-linguiflow
  2. In the top right hand corner of the page, find and click on the "Fork" button
  3. Click “copy to clipboard" next to the HTTPS link. It should look like https://github.com/_YOUR-GIT-USERNAME_/rtt-linguiflow.git
  4. Open GitShell (or whatever Git terminal you are using)
  5. Navigate to where you want the repository stored, using cd <dir> to get into a directory and cd .. to move back a level
  6. Type git clone and then paste the copied github link into the terminal
  7. Press ENTER and wait for the prompt to return (this may take several minutes)
  8. Type cd rtt-linguiflow/
  9. Type git checkout development
  10. Proceed to Step 2