Using Git to Manage the Blog

So I am experimenting with using git to manage the new blog. I have a published branch up on my server which will be set up to auto-deploy itself when things get checked in. It means I probably need to do some post-merge hook mungery to detect which branches were affected and take appropriate action, but that is okay :-)

I am also thinking about just using a different repo for the published stuff. I’d have one repo on the server anyway as an intermediate sync point between laptop, desktop, etc, but can then set up a different remote repo which is the published. Not sure which I like more. Need to play.