GitRDone is a hands-on course to get you up to speed with version control using Git — the essential step before jumping into DevOps initiation course.
Learn the fundamentals : what version control is, how Git works (commits, branches, merges), collaboration workflows, finishing with key advanced commands and features.
Master Git basics, branching strategies and embrace naming conventions to smoothly transition into DevOps practices.
💡 This course favors practicing with a Git GUI over command line. Using a GUI will helps you better visualizes Git concepts and makes it easier for beginners to grasp version control in action.
Let’s Git done right and get ready for what’s next ! 🚀
- Git (obviously)
- Fork - The best Git GUI ever made
- A GitHub account
- [Optionnally] Visual Studio Code - for text editing
Basic IT development knownledges would be appreciated but not mandatory.
Version control is heart of the computer scienctist's work and therefore could be learned early.
Version control is the barebone of IT development. Start by understanding why it’s essential and how Git works under the hood.
Jump right into the first step. 🚀
First of all, I hope this initiation helped you understand how to use version control in your day-to-day work.
Now for a treasure trove of additional resources to dive deeper into Git concepts, check out the to go further section. 👀