Commit 626455b7 authored by Morne Snyman's avatar Morne Snyman Committed by Mike Jang

Removed section and points under Heading "# Create and add your SSH public...

Removed section and points under Heading "# Create and add your SSH public key" due to being duplicate to the sections below.
parent db0d1c9b
--- ---
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