Thursday, April 15th, 2010
Due to popular demand, I have now pushed both packageizer and ZF modelform to GitHub. Feel free to fork them or do whatever :)
Posted in general | 1 Comment »
Thursday, December 10th, 2009
Interactive rebase is one of my most used Git commands. It'll let me slice and dice commits in various useful ways. Here's a few tips for you to unleash the true potential of rebase :)
Basics: editing, combining, reordering and removing commits
Breaking a commit into two
Taking a part of a commit ...
Posted in general | 4 Comments »
Thursday, November 19th, 2009
SVN is the version control system I've used the most, but lately I've been using Git more and more. I've also been using Git with projects that have an svn repository thanks to git's built in svn support.
While working with it, I've ran into several typical cases that I've often ...
Posted in general | 7 Comments »
Monday, June 1st, 2009
I've been using Subversion for quite a while, and while it has some minor annoyances like complex merging, it never really bothered me.
Then along comes Git, touting that it's easy and that you're stupid if you don't use it. The technical stuff people said about it were impressing, but not ...
Posted in general | 12 Comments »