From 1e13ce97ce1e09ace251abb9c5cb0cd38c0a06a9 Mon Sep 17 00:00:00 2001 From: Mark HOEBEKE <mark.hoebeke@sb-roscoff.fr> Date: Wed, 16 Nov 2022 15:02:35 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4526ff4..c73b014 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Training material for the Git for Beginners ABiMS training session ## Course Outline ### Short Intro - 1. What is version management ? 1. What is Git and why did we choose it ? 1. What is GitLab and why did we choose it ? @@ -14,10 +13,16 @@ Training material for the Git for Beginners ABiMS training session 1. Does everyone have an account on GitLab ? ### Git Basics + 1. Some definitions 1. Creating a repository 1. Adding / editing / removing files & folders 1. Committing changes - 1. Pushing changes to the repository + +### Using a Repository Remotely + 1. Motivation + 1. Cloning a repository + 1. Modifying the local repository + 1. Propagating changes to the remote repository ### Branching Basics 1. Default branches @@ -32,10 +37,6 @@ Training material for the Git for Beginners ABiMS training session 1. Handling Merge Requests 1. Resolving Conflicts -### Using Git through the command line - 1. Configuring remote access to GitLab - 1. Git Survival Memo (`fetch`, `update`) - ### Using Git through third party tools 1. Using Git inside R-Studio 1. Using Git inside PyCharm -- GitLab