Learn Version Control with Git
by Tobias Günther
Publisher: fournova Software GmbH 2014
ISBN/ASIN: B00K54OL8I
Number of pages: 136
Description:
The goal of this book is to get you started with version control and Git as quickly and easily as possible. Unlike other books about this topic, this one doesn't require a master's degree in computer science to read it. It's aimed at beginners of programming, at designers, at project managers... It tries not to require too much prior knowledge on the technical side. It tries to go slowly.
Download or read it online for free here:
Read online
(online reading)
Similar books
Git Pocket Guideby Richard E. Silverman - O'Reilly Media
This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands for those of you with Git experience.
(9946 views)
A Hacker's Guide to Gitby Joseph Wynn - WildlyInaccurate.com
Git is currently the most widely used version control system in the world. Complex systems like Git become easier to understand once you figure out how they really work. The goal of this guide is to shed some light on how Git works under the hood.
(6871 views)
Pro Git Reeditedby Jon Forrest - Leanpub
Contents: Intro to Pro Git Reedited; Getting Started; Git Basics (Creating a Git Repository; Recording Changes to the Repository); Git Branching (Basic Branching and Merging; Branch Management; Branching Workflows; Remote Branches; Rebasing).
(6512 views)
Git Magicby Ben Lynn
Git is a version control Swiss army knife. A reliable versatile tool whose extraordinary flexibility makes it tricky to learn, let alone master. Rather than describe one mysterious command after another, we provide recipes for typical workflows.
(10957 views)