git-for-beginners
Training material for the Git for Beginners ABiMS training session
Course Outline
Short Intro
- What is version management ?
- What is Git and why did we choose it ?
- What is GitLab and why did we choose it ?
Trainee Setup Testing
- Does everyone have an account on GitLab ?
Git(Lab) Basics
- Some definitions
- Creating a repository
- Using the Web IDE
- Committing changes
Working with Remote Repositories
- Motivation
- Cloning a GitLab repository
- Cloning using HTTPS
- CLoning using SSH
Git Command Line Basics
- Displaying information about a local repository
- Making changes to a local repository
- Committing changes to a local repository
- Propagating changes to the remote repository
- Keeping a local repository synchronized with a remote repository
Branching Basics
- Rationale for using branches
- Using GitLab to manage branches
- Using the CLI to manage branches
Team collaboration
- Project roles in GitLab
- Branch Protection
- Submitting Merge Requests
- Handling Merge Requests
Using Git through third party tools
- Using Git inside R-Studio
- Using Git inside PyCharm