Below you will find pages that utilize the taxonomy term “Git”
Archive
How Git Encourages Open Source Contribution
It is almost exactly 10 years ago that I released my first piece of open source software. The name of the project was YaBB and it was the first open source bulletin board/forum software written in Perl. Really — Perl? Yeah, that was the lingua franca of the web at that time — CGI baby!
A few months after YaBB’s initial release the team of contributors grew to about a dozen or so people.
Archive
An Intro to Distributed Version Control
There are a multitude of reasons why distributed version control systems (like Mercurial and Git) are potentially preferable to centralized systems such as CVS and Subversion. One is that branching is cheaper and merging works much better. I only have anecdotal evidence of this. Frankly, I use Git only for personal projects (in the sense that I’m the only one working on them). For WebDSL (which I work on with a couple of other people) we use subversion and there we hardly ever branch, because “merging works so badly”.