|
|
|
|
|
by kilemensi
5104 days ago
|
|
Of all the basic version control intros/books, for me nothing beats Version Control by Example[1] book. It first explains the core concepts/commands behind version control such as create, commit, etc and them it goes on to illustrate how these commands actually implemented and used in practice using different version control systems. The explanation is given for both centralized version control systems, using SVN, as well as for distributed version control systems, using Mercurial and Git (and Veracity). Give it a try. The digital editions (PDF/EPUB/MOBI) are free for download I think. [1] http://www.ericsink.com/vcbe/ |
|