7 Navigating GitLab
You should now be logged in to GitLab.
7.1 Dashboard
In the opening screen, you will see your projects - either the ones you have created or to which you have been invited. If you don’t have any projects yet, don’t worry.
The opening screen will look something like this:
7.2 SSH key setting
We will now have to give GitLab your SSH key in order to push or pull projects between your computer and GitLab.
Click on your avatar on the upper right corner of webpage and select Preferences
:
Then, click on SSH Keys
:
You will see a text box where you should paste your SSH key, which you probably don’t have yet, but don’t worry about it, it is easy to create one. The webpage will look something like this:
Do not input anything yet. You can leave the webpage as it is. On Mac, you would want to press Command
+ H
, which hides your internet browser. (On Windows, you may just click the minus-looking sign on the right corner of your web browser window.)
In the next chapter, we will create an SSH key.
Lightning Fast Git Guide by Ville Langén is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.