Just a simple repository used for the workshop, to teach about git branches and rebasing.
This repository is designed as an educational resource for learning fundamental Git concepts, particularly focusing on:
- Git Branches: Understanding how to create, switch between, and manage multiple branches
- Rebasing: Learning the difference between rebasing and merging, and when to use each approach
- Collaborative Workflows: Practicing common Git workflows used in team development
This workshop repository provides a hands-on learning environment where students can practice:
- Creating feature branches
- Making commits on different branches
- Rebasing branches onto the main branch
- Resolving rebase conflicts
- Understanding commit history and branch visualization
-
Clone this repository:
git clone git@github.com:Raptorrr59/githubWorkshopEpitech.git cd githubWorkshopEpitech -
Follow the workshop instructions provided by the instructor
-
Practice creating branches and performing rebase operations as instructed
By working through this workshop, you'll gain proficiency in:
- Managing multiple branches in a Git repository
- Understanding the differences between merging and rebasing
- Maintaining a clean and linear commit history
- Collaborating effectively using Git workflows