Get a Jump Start on version control with Git today!
Most engineers we meet prefer Git over other distributed version control systems.
These systems let you store different versions of project files and directories, so you can roll back to an earlier one if something goes wrong. And since they’re distributed, they smooth the path for dev team collaboration.
But what is it about Git that makes it mission-critical on so many web projects?
Spend just one weekend with this hands-on tutorial, and you’ll know the answer.
Git was created by Linus Torvalds, who invented Linux, so it comes with the best credentials. What are you waiting for? Get a jump start on Git today.
Chapter 1 Introduction
Chapter 2 Getting Started with Git
Chapter 3 Branching in Git
Chapter 4 Using Git in a Team
Chapter 5 Correcting Errors While Working With Git
Chapter 6 Unlocking Git’s Full Potential
Chapter 7 Git GUI Tools
Chapter 8 Conclusion