Skip to content
Snippets Groups Projects
Commit 1e13ce97 authored by Mark HOEBEKE's avatar Mark HOEBEKE
Browse files

Update README.md

parent 0340bf33
No related branches found
No related tags found
1 merge request!3Merge latest from git-basics into main.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment