Showing posts with label cvs. Show all posts
Showing posts with label cvs. Show all posts

Get Free Printed Copies Of The Book - Version Control By Example

August 13, 2011
Eric Sink the founder of SourceGear - a company that has developed a slew of products revolving around Version Control has published his book named - "Version Control by Example".

And guess what, he is offering a printed copy of the book for free to whoever asks for it.

A concise tutorial on using Git - the Source Code Management tool developed by Linus Torvalds

September 20, 2006 0 comments
There was a time when Linux code was managed using the Free as in Freedom Beer tool called Bitkeeper - a Source Code Management tool developed by Larry McVoy. But due to the differences of opinion between the free software developers and Larry, Linus decided to develop his own free (as in freedom) revision control software which he named Git. For those who are curious, Jermey had written a detailed article about the politics of Bitkeeper vis-a-vis Linux when this broke out. Now the Linux kernel source is managed using the new tool developed by Linus called Git.

Eli M. Dow has written a good tutorial which explains the basic concepts behind the usage of Git to manage source code. He walks one through the installation of Git, using Git to obtain the latest Linux kernel source tree, checking, modifying, adding and removing files to committing the changes made.

There is a still lengthier documentation at kernel.org explaining all the configuration switches of Git which also makes an interesting read.