Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to sync your local project on your computer to GitLab you will need to install and setup a Git client such as SourceTree, ____ or ____.


SSH Keys

 

As part of your Git client setup process you should create an SSH key.
Detailed instructions on how to do this can be found here: https://gitlab.blinkm.io/help/ssh/README

Now, from the GitLab Dashboard page, go to Profile Settings -> SSH Keys and take the complete contents of your new id_rsa.pub file and use it to “Add key” to GitLab. 

Config file

...

You will need to create a config file in the same directory as your SSH keys. This file contains configuration information for our BlinkMobile Hosted GitLab service. 

...