diff --git a/git_gitlab_course/course.html b/git_gitlab_course/course.html index 2e9e38735da488e49d014ab4fa89857f3104b88b..83c41564ec1951e64d59a2b631e79fdd87041688 100644 --- a/git_gitlab_course/course.html +++ b/git_gitlab_course/course.html @@ -325,7 +325,8 @@ ssh-keygen -t rsa -b 4096 -C "florian.moser3@uzh.ch" && eval $(ssh-agent -s) && ``` - copy `~/.ssh/id_rsa.pub` - add the public key on gitlab.com -- push/pull to see it works +- clone with SSH +- try out push/pull to see it working </textarea>