From 2bf6bb8972ab1e35659ddac545723c3849282df9 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 24 Sep 2025 15:47:40 +0100 Subject: [PATCH] slides: final (brendan) modifications --- slides/compsoc/2025-2025/intro_to_git.md | 28 ++++++++++++++---------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/slides/compsoc/2025-2025/intro_to_git.md b/slides/compsoc/2025-2025/intro_to_git.md index 6bb2dd9..ca58405 100644 --- a/slides/compsoc/2025-2025/intro_to_git.md +++ b/slides/compsoc/2025-2025/intro_to_git.md @@ -204,21 +204,33 @@ Setup SSH key (see Readme.md) ![image:width:100%](intro_to_git/forgejo_repo_settings.png) + +Setup SSH key (see Readme.md) +================================= ![image:width:100%](intro_to_git/forgejo_secrets_location.png) + +Setup SSH key (see Readme.md) +================================= ![image:width:100%](intro_to_git/forgejo_add_secret.png) + +Setup SSH key (see Readme.md) +================================= ![image:width:100%](intro_to_git/forgejo_ssh_key_example.png) + +Setup Local repo +================================= ```bash @@ -231,6 +243,9 @@ git push origin ``` + +View live Site +================================= ``https://.users.skynet.ie/`` @@ -240,22 +255,13 @@ git push origin TroubleShooting ================================= - +## If you see this: -If you see this: -================================= - ![image:width:100%](intro_to_git/permission_denied_publickey.jpg) > Credit: Geeks for Geeks - - -Go here -================================= - +## Go here https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent - -