Skip to main content

Table of contents

This is the course table of contents. It is generated automatically from the files present in the course folder.

Modules

  • Introduction
  • Core concepts
  • Practical exercises
  • Additional resources

Table of Contents

#ChapterSlug
0Table of Contents/premium/git/toc
1Introduction to Version Control Systems/premium/git/vcs
2Installing Git/premium/git/installation
3Creating a GitHub Account/premium/git/github-account
4Git Configuration/premium/git/configuration
5Core Git Workflow Commands/premium/git/workflow-commands
6Practical Exercise: Git Workflow/premium/git/workflow-exercice
7Case Study: Merge and Rebase/premium/git/merge-rebase-intro
8Using Git Squash/premium/git/squash
9The Git Reset Command/premium/git/reset
10Exercise: Using Git Reset/premium/git/reset-exercice
11The Git Revert Command/premium/git/revert
12Using .gitignore Files/premium/git/gitignore
13The Git Diff Command/premium/git/diff
14Synchronizing with GitHub/premium/git/sync-github
15Managing Git Branches/premium/git/branches
16Remote Branches in Git/premium/git/remote-branches
17The Git Cherry-pick Command/premium/git/cherry-pick
18Using Git Stash/premium/git/stash
19Git Worktree: Working Across Multiple Branches/premium/git/worktree
20Managing Git Tags/premium/git/tags
21Merge and Rebase: Advanced Cases/premium/git/merge-rebase-advanced
22Git Practical Exercises/premium/git/exercices-finaux

Additional Resources

  • Official Git Documentation: https://git-scm.com/doc
  • GitHub Video Course coming soon: Step-by-step tutorials to deepen your knowledge
  • Advanced exercises: Practical cases on real-world workflows