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