Skip to content

Setup Repository

billyrrr edited this page Apr 3, 2019 · 1 revision

Setup Repository

mac/Linux

  1. Accept invitation to private repository /billyrrr/gravitate-backend

  2. Setup your github account

    https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/

  3. Open Terminal.

  4. Change the current working directory to the location where you want the cloned directory to be made.

  5. Type

    git clone https://github.com/billyrrr/gravitate-backend.git

  6. Press Enter. Your clone will be created.

Windows

  1. Accept invitation to private repository /billyrrr/gravitate-backend

  2. Setup your github account

    https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/

  3. Open Git Bash.

  4. Change the current working directory to the location where you want the cloned directory to be made.

  5. Type

    git clone https://github.com/billyrrr/gravitate-backend.git

  6. Press Enter. Your clone will be created.

Clone this wiki locally