diff --git a/README.md b/README.md
index 4526ff4452a5f8025bbd5cb006e6f8eb32039ed6..c73b014f1b100c74197663ec142114cd31859f3b 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