Skip to content
Snippets Groups Projects

Added contents to Git CLI Basics with exercices.

Merged Mark HOEBEKE requested to merge gitcli-basics into main
12 files
+ 182
1
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 17
0
# Working with remote repositories - Exercices
# Cloning a repository with HTTPS
In a folder on your workstation, clone your GitLab project repository using the HTTPS protocol.
The rename the folder (ex. : prefix the folder name with `https-`)
# Cloning a repository with SSH
- Generate an SSH key pair on your workstation.
- Copy your public key in your GitLab account settings.
- Check that you have a working setup using [this tutorial](https://docs.gitlab.com/ee/user/ssh.html#verify-that-you-can-connect)
- Clone your project's repository using the SSH protocol.
Loading