Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 786 Bytes

BTT_Getting_Started.md

File metadata and controls

13 lines (12 loc) · 786 Bytes
  1. Fork and clone this repository
    • Press the fork button on the top right of this repository
    • Navigate to your forked respository in your respository list
    • Clone your newly forked repository to your computer
    • A detailed list of steps can be found here
  2. Add upstream to to the main repository
    • Copy the string to the main repository on the top right
    • Open git bash (or command line) and navigate to the cloned respository on your computer
    • Run 'git remote add upstream repo_string'
  3. Pull upstream to update local repository
    • Run 'git pull upstream branch_name'
  4. Follow these guidelines for contributing to this repository