Skip to content

Clone Tincr

Brad White edited this page Mar 31, 2017 · 3 revisions

How to Clone Tincr

  1. Install Git
    1. Download Git for your platform
    2. Follow the instructions
      • Be sure to either install Git Bash or add Git to your PATH
      • It is recommended to install the Git Credential Manager if possible (will make authenticating with GitHub easier)
  2. Clone the Tincr repository
    1. Open Git Bash (or a console if you didn't install it)
    2. Navigate to the directory where you want to clone the repo (i.e. cd D:/code)
      1. Note, Git will create a folder called tincr when we clone the repo
    3. Clone the Tincr repo using this command: git clone https://github.com/byuccl/tincr.git
Clone this wiki locally