Version Control by Example
by Eric Sink
Publisher: Pyrenean Gold Press 2011
ISBN/ASIN: 0983507902
Number of pages: 226
Description:
This book uses practical examples to explain version control with both centralized and decentralized systems. Topics covered include: Basic version control commands and concepts; Introduction to Distributed Version Control Systems (DVCS); Advanced branching workflows; Strengths and weaknesses of DVCS vs. centralized tools; Best practices; How distributed version control works under the hood.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Subversion Version Control
by William Nagel - Prentice Hall PTR
The book introduces you to Subversion, an open-source version control system, which is more powerful and less complex than its predecessor CVS. The author provides useful tips for accomplishing tasks that arise in day-to-day software development.
(18754 views)
by William Nagel - Prentice Hall PTR
The book introduces you to Subversion, an open-source version control system, which is more powerful and less complex than its predecessor CVS. The author provides useful tips for accomplishing tasks that arise in day-to-day software development.
(18754 views)
Version Control with Subversion
by C.M. Pilato, B. Collins-Sussman, B.W. Fitzpatrick - O'Reilly Media
The book is written by Subversion open source development team. It introduces the new versioning tool which is the successor to CVS. This tool is more robust, flexible and usable, and it improves on some of the CVS's notable flaws.
(21939 views)
by C.M. Pilato, B. Collins-Sussman, B.W. Fitzpatrick - O'Reilly Media
The book is written by Subversion open source development team. It introduces the new versioning tool which is the successor to CVS. This tool is more robust, flexible and usable, and it improves on some of the CVS's notable flaws.
(21939 views)
Essential CVS
by Jennifer Vesperman - O'Reilly Media, Inc.
A complete reference that helps programmers and system administrators apply order to the task of managing large quantities of documents. The book covers basic concepts and usage of CVS, and features a comprehensive reference for CVS commands.
(20794 views)
by Jennifer Vesperman - O'Reilly Media, Inc.
A complete reference that helps programmers and system administrators apply order to the task of managing large quantities of documents. The book covers basic concepts and usage of CVS, and features a comprehensive reference for CVS commands.
(20794 views)
CVS Version Control for Web Site Projects
by Sean Dreilinger
Version control is used to track and manage changes. In our case, CVS version control is used to track any changes made to our web sites, whether it's a single edit of one file to fix a typo, or a series of adjustments where several files are added.
(14061 views)
by Sean Dreilinger
Version control is used to track and manage changes. In our case, CVS version control is used to track any changes made to our web sites, whether it's a single edit of one file to fix a typo, or a series of adjustments where several files are added.
(14061 views)