Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update HOWTO Git for Contributors
authored
May 14, 2021
by
Wirawan Purwanto
Show whitespace changes
Inline
Side-by-side
HOWTO-Git-for-Contributors.md
View page @
8543d3d4
...
...
@@ -14,8 +14,7 @@ Why do you need to set up an ssh key
**1. Setup SSH key on your local machine**
*
`ssh-keygen -t rsa -f ~/.ssh/id_rsa_gitlab -C "Gitlab key from my
machine"`
*
`ssh-keygen -t rsa -f ~/.ssh/id_rsa_gitlab -C "Gitlab key from my machine"`
*
Passphrase can be empty or arbitrary password you can remember
**2. Save/Upload the Public key to gitlab **
(~/.ssh/id_rsa_gitlab.pub)
****
...
...
...
...