git-for-beginners
Training material for the Git for Beginners ABiMS training session. Releases are referenced with DOI 10.5281/zenodo.10280837.
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 in GitLab
- Project Roles
- Branch Protection
- Submitting Merge Requests
- Handling Merge Requests
Using Git With Third Party Tools
- Using Git inside R-Studio
- Using Git inside PyCharm