diff options
author | Christie Lenneville <clenneville@gitlab.com> | 2019-03-01 15:06:20 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-03-01 15:06:20 +0000 |
commit | 343a00ea11c2da28852588a292cf4981ec63726b (patch) | |
tree | 6291b35a10286ff788c385503c673b84426c8f4a /doc/gitlab-basics | |
parent | 5d9e00aa7b5895efb0d8d1cef3a3780ac1eccd12 (diff) | |
download | gitlab-ce-343a00ea11c2da28852588a292cf4981ec63726b.tar.gz |
Minor grammar and accuracy fixes
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/create-your-ssh-keys.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/gitlab-basics/create-your-ssh-keys.md b/doc/gitlab-basics/create-your-ssh-keys.md index 8c2f48fb1e2..da7853d7d34 100644 --- a/doc/gitlab-basics/create-your-ssh-keys.md +++ b/doc/gitlab-basics/create-your-ssh-keys.md @@ -1,10 +1,9 @@ # How to create your SSH Keys -1. The first thing you need to do is go to your [command line](start-using-git.md) - and follow the [instructions](../ssh/README.md) to generate your SSH key pair. +1. Go to your [command line](start-using-git.md) and follow the [instructions](../ssh/README.md) to generate your SSH key pair. -1. Once you do that, login to GitLab with your credentials. -1. On the upper right corner, click on your avatar and go to your **Profile settings**. +1. Log in to GitLab with your credentials. +1. In the upper-right corner, click your avatar and then click **Settings**. ![Profile settings dropdown](img/profile_settings.png) @@ -22,8 +21,8 @@ ![SSH key title](img/profile_settings_ssh_keys_title.png) -1. Finally, click on **Add key** to add it to GitLab. You will be able to see - its fingerprint, its title and creation date. +1. Finally, click **Add key** to add it to GitLab. You will be able to see + its fingerprint, title, and creation date. ![SSH key single page](img/profile_settings_ssh_keys_single_key.png) |