Archive for April 13th, 2009
Using ‘git rebase’ to clean development histories
In general, development in the Puppet world is a series of essentially disconnected batches of commits. We do a pretty good job of applying related commits all at once, so it’s obvious when a set of commits is related, but otherwise, we don’t have to worry.
Sometimes, though, multiple series of commits are related to each [...]
Posted: April 13th, 2009 under Development.
Tags: Development, git, OpenSource, Puppet, tools
Comments: Comments

