Things you see on your way to work

I suspect you are unlikely to see this elsewhere in the world, but today as I was walking from the bus stop up to the office. I looked out of the corner of my eye and noticed a very fit looking woman, who had obviously just stepped out of the configure gym, sitting on a bench eating a steak pie.

I guess its all about balancing that calorie intake with what you burn.

Got a messy git checkout?

If you are like me, you often want to rebase, or pull from a repo but have a bunch of local changes you don’t want to commit (yet) but also don’t want to lose, well git-stash is your answer.

This is really handy when working on Koha, you don’t have to muck around with local commits that get in your way when you are making patches to send upstream.