Commit 6c413bd8 authored by Mike Jang's avatar Mike Jang

Merge branch 'patch-78' into 'master'

Removed duplicate instructions under "# Create and add your SSH public key".

See merge request gitlab-org/gitlab!25930
parents 1ed0e173 626455b7
--- ---
type: howto type: howto
--- ---
# Create and add your SSH key pair
# 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). 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. Create an SSH key pair
1. [Add the key to GitLab](#adding-your-ssh-public-key-to-gitlab). 1. Add your SSH public key to GitLab
## Creating your SSH key pair ## Creating your SSH key pair
......
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