#1
Git
What Is Git? An Introduction to Version Control
If you have ever worked on a project and ended up with files named report_final.docx, report_final_v2.docx, and report_FINAL_use_this_one.docx, you ha...
#2 GitYour First Local Repository: Getting Git Running on Your Machine
You have read about what Git is and why it exists. Now it is time to open a terminal and actually use it. This article walks you through every step — ...
#3 GitGit Branches: Your Code's Parallel Universes
A branch is the feature that made Git famous. It lets you split off a private line of development, experiment freely without endangering your working ...