Day 1: SF -> LA

Today is day 1 of the road trip. I’ll be sharing some fun details along the way here on my blog, as well as some photos on jkeesh.tumblr.com, but mainly, you should follow Karel at karelthedog.com and @KarelTheDog on twitter for the latest updates. Karel and I will be travelling around the country, seeing the … Continue reading Day 1: SF -> LA

An Easier Way to Set Up Remote Git Repositories for Lightweight Deployment

In an earlier post, I wrote about how I do very, very lightweight deployment with git. I found myself doing this over and over again, so here is a little script that does it for you. Now getting your local code on your server is as easy as: server$ python create_repo.py repo.git /your/checkout/directory/ local$ git … Continue reading An Easier Way to Set Up Remote Git Repositories for Lightweight Deployment