A while back I decided it would be a good idea to combine a loose collection of related Git repositories into one big Git repository.
The rational for this was that I noticed that …
I was in the middle of developing a new feature for the TurnKey Hub when I received a bug report that needed to be fixed.
What to do? Throw away my current changes? Checkout a …
I use Git. I use it a lot. I basically use it for everything I do, from code revision control to revisioning my notes, my journal, even my email archive (don't ask, it's a long …
The problem: working on a live web site is a bad idea
Anyone who's ever worked on a sufficiently complex web site knows it's a bad idea to work directly on the live server hosting …