Skip to content
Snippets Groups Projects

Merge latest from git-basics into main.

Merged Mark HOEBEKE requested to merge git-basics into main
1 file
+ 7
6
Compare changes
  • Side-by-side
  • Inline
+ 7
6
@@ -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
Loading