Description
The entire Pro Git book.
Git is a distributed revision control system with an emphasis on speed,data integrity,and support for distributed, non-linear workflows.Git was initially designed and developed by Linus Torvalds for Linux kernel development in 2005, and has since become the most widely adopted version control system for software development.
As with most other distributed revision control systems, and unlike most client–server systems, every Git working directory is a full-fledged repository with complete history and full version-tracking capabilities, independent of network access or a central server. Like the Linux kernel, Git is free software distributed under the terms of the GNU General Public License version 2.
Details
Year:2014
Total pages:
Author :Scott Chacon and Ben Straub
Contents
1. Getting Started
2. Git Basics
3. Git Branching
4. Git on the Server
5. Distributed Git
6. GitHub
7. Git Tools
8. Customizing Git
9. Git and Other Systems
10. Git Internals
A1. Git in Other Environments
A2. Embedding Git in your Applications
A3. Git Commands
Read/ Download
GIT INTERACTIVE CHEATSHEET
License/Copyright
All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license