From 66b821ed13c832f1a213a26c253cfddd8027bc18 Mon Sep 17 00:00:00 2001 From: Prabuddha Hans <21313482@studentmail.ul.ie> Date: Mon, 22 Sep 2025 23:49:15 +0100 Subject: [PATCH] WIP: Fixing up slides 2 Fixed up the empty headers, still need to find a decent way to do images. --- slides/compsoc/2025-2025/intro_to_git.md | 49 +++--------------------- 1 file changed, 5 insertions(+), 44 deletions(-) diff --git a/slides/compsoc/2025-2025/intro_to_git.md b/slides/compsoc/2025-2025/intro_to_git.md index 47c2fad..7921cf6 100644 --- a/slides/compsoc/2025-2025/intro_to_git.md +++ b/slides/compsoc/2025-2025/intro_to_git.md @@ -92,16 +92,9 @@ WHY don't we use SVN Live demonstration time ================================= - + * Please get your laptops out - - - -================================= - - - @@ -114,51 +107,39 @@ How to download Git & Git LFS -================================= - ![image:width:100%](intro_to_git/git_download_button.png) -================================= - ![image:width:100%](intro_to_git/git_installer.png) -================================= - ![image:width:100%](intro_to_git/git_installer_notepad_as_default_editor.png) -================================= ![image:width:100%](intro_to_git/git_installer_rename_master_to_main.png) -================================= - ![image:width:100%](intro_to_git/git_installer_checkout_unix.png) -================================= - ![image:width:100%](intro_to_git/git_installer_default_rebase_pull.png) -================================= -<> + @@ -171,34 +152,28 @@ Don't do these types of commit messages -================================= - ![image:width:100%](intro_to_git/forgejo_template_button.png) -================================= - ![image:width:100%](intro_to_git/forgejo_template_repo_creation.png) -================================= - ![image:width:100%](intro_to_git/forgejo_repo_link.png) -================================= - LFS Install +================================= +LFS Install ================================= ````bash @@ -214,36 +189,26 @@ Setup SSH key (see Readme.md) -================================= - ![image:width:100%](intro_to_git/forgejo_repo_settings.png) -================================= - ![image:width:100%](intro_to_git/forgejo_secrets_location.png) -================================= - ![image:width:100%](intro_to_git/forgejo_add_secret.png) -================================= - ![image:width:100%](intro_to_git/forgejo_ssh_key_example.png) -================================= - ````bash git init git remote add origin @@ -256,8 +221,6 @@ git push origin -================================= - ``https://.users.skynet.ie/`` @@ -283,9 +246,7 @@ If you see this: 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 + - -=================================