e-books in Version Control: Git category
by Ryan Hodson - Smashwords , 2014
This is an introduction to distributed version control with a focus on command line usage. We explain Git's robust branching, merging, and collaboration capabilities from the ground up, so prior experience with centralized systems is not required.
(16116 views)
by Joseph Wynn - WildlyInaccurate.com , 2014
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.
(6039 views)
by Jon Forrest - Leanpub , 2014
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).
(5626 views)
by Tobias Günther - fournova Software GmbH , 2014
The goal of this book is to get you started with version control and Git as quickly and easily as possible. This book doesn't require a master's degree in computer science, it is aimed at beginners of programming, at designers, at project managers...
(6574 views)
by Richard E. Silverman - O'Reilly Media , 2013
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.
(9004 views)
by Ben Lynn , 2007
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.
(10107 views)
by Scott Chacon - Apress , 2009
Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM.
(14950 views)