Thursday, March 26, 2009
Bummer
Well, Bunny and I watched “Last Call with Carson Daly, all mind-numbing thirty minutes of it.
No movies made as a kid. Heck, no Joe Lo Truglio. We checked the site, and yes, he was supposed to show up on Wednesday, but seeing how it technically was Thursday, perhaps that's why. But Thursday's show is yet to be announced, so we'll be recording that show, just in case Joe got bumped.
From gray skies to grey skies, using git.
This tutorial, then, will take a conceptual approach to Git. My goal will be, first and foremost, to explain the Git universe and its objectives, and secondarily to illustrate how to use Git commands to manipulate that universe.
Understanding Git Conceptually
I came across this wonderful explanation of git
. Reading through that helped clear
up some aspects of git
and I found myself merging and clearing
out a bunch of dead branches of my greylist daemon.
I then kept going, and decided to clean up the code a bit, by changing every occurance of “gray” to “grey” (yes, I can be a bit anal at times).
Which is a way to announce, the latest version of the greylist daemon (the “From Gray Skies to Grey Skies” version if you must know).