Commit cbddbc3b authored by Ray Paik's avatar Ray Paik

Merge branch 'will-chow-master-patch-85493' into 'master'

Update doc/gitlab-basics/create-your-ssh-keys.md

See merge request gitlab-org/gitlab!41196
parents 2fa8d8f6 8c5c3374
......@@ -7,8 +7,8 @@ type: howto
# Create and add your SSH key pair
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:
It's 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 need to:
1. Create an SSH key pair
1. Add your SSH public key to GitLab
......@@ -25,6 +25,6 @@ To add the SSH public key to GitLab, see
[Adding an SSH key to your GitLab account](../ssh/README.md#adding-an-ssh-key-to-your-gitlab-account).
NOTE: **Note:**
Once you add a key, you cannot edit it. If it didn't paste properly, it
Once you add a key, you can't edit it. If it did not paste properly, it
[will not work](../ssh/README.md#testing-that-everything-is-set-up-correctly), and
you will need to remove the key from GitLab and try adding it again.
you need to remove the key from GitLab and try adding it again.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment