From 868846a20e42f6b394873bcd07153b201e712d2e Mon Sep 17 00:00:00 2001 From: Mark HOEBEKE <mark.hoebeke@sb-roscoff.fr> Date: Thu, 24 Nov 2022 10:48:54 +0100 Subject: [PATCH] Updated items in branching section on main README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc59394..3b8c14f 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,10 @@ Training material for the Git for Beginners ABiMS training session 1. Propagating changes to the remote repository 1. Keeping a local repository synchronized with a remote repository -### Branching Basics - 1. Default branches - 1. Creating new branches - 1. Switching between branches - 1. Merging branches +### [Branching Basics](./04-branching-basics/README.md) + 1. Rationale for using branches + 1. Using GitLab to manage branches + 1. Using the CLI to manage branches ### Team collaboration 1. Project roles in GitLab -- GitLab