Skip to content
Snippets Groups Projects
Unverified Commit 96ea8ab9 authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Fix example on how to add DKRZ Gitlab as remote

* Use the SSH protocol
* Be more verbose on additional steps (creating/uploading key)
parent 0efa84c0
No related branches found
No related tags found
1 merge request!46Fix example on how to add DKRZ Gitlab as remote
......@@ -337,14 +337,16 @@ GitLab can act as a remote (like Github or even a local copy could also).
## Hands-on session {background-color=var(--dark-bg-color) .leftalign}
1. Upload your public SSH key to the DKRZ GitLab
1. Create a new SSH Key pair (`ssh-keygen`) to use with Gitlab
1. Login to [DKRZ GitLab](https://gitlab.dkrz.de) and upload your public SSH key
1. Configure your SSH client to use the right private key for the host `gitlab.dkrz.de`
2. Push your repository to GitLab
3. Create a branch and add a new file
4. Create a merge request (add author, reviewer, ...)
5. Approve and merge it to `main`
:::{.info .tiny}
https://gitlab.dkrz.de/generic-software-skills/students2024/\<YOUR_USERNAME\>.git
git@gitlab.dkrz.de:generic-software-skills/students2024/\<YOUR_USERNAME\>.git
:::
## Take home messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment