diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-26 10:01:28 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-26 10:01:28 +0900 |
commit | ee21a2602e63eb2d42bb247187dd191e5e017812 (patch) | |
tree | 0f3ac2d51294b5983b54715231f5863d479c2fa5 /doc/gitlab-basics/create-your-ssh-keys.md | |
parent | fc08d48cf0a596dc151cb7bc7ab0f7d2721f3333 (diff) | |
download | gitlab-ce-docs-gitlab-basics-followup.tar.gz |
Resolving minor formatting issues in gitlab-basicsdocs-gitlab-basics-followup
Diffstat (limited to 'doc/gitlab-basics/create-your-ssh-keys.md')
-rw-r--r-- | doc/gitlab-basics/create-your-ssh-keys.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/create-your-ssh-keys.md b/doc/gitlab-basics/create-your-ssh-keys.md index 338b96374aa..98f2679c9d6 100644 --- a/doc/gitlab-basics/create-your-ssh-keys.md +++ b/doc/gitlab-basics/create-your-ssh-keys.md @@ -5,7 +5,7 @@ type: howto # Create and add your SSH public key It is best practice to use [Git over SSH instead of Git over HTTP](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols). -In order to use SSH, you will need to +In order to use SSH, you will need to: 1. [Create an SSH key pair](#creating-your-ssh-key-pair) on your local computer. 1. [Add the key to GitLab](#adding-your-ssh-public-key-to-gitlab). |