Git patch workflow

Probably most people who use git know about patch management and whatnot, so I'm writing this largely for myself as I keep forgetting (mostly because I don't have to do it very often).

Some code that I'm working on has a development branch which I'm working on while other fixes …

more ...

Git commits on xkcd

I've had no time to do any coding lately, which makes me sad, but when I did have time and was doing lots of commits in short periods of time, I definitely felt like doing this. Many many times.

more ...


Some quick git tips

As I've been git-ifying some stuff around here, I've run into a few tips that might be useful for other git beginners.

The first is to setup some global options, some of which are nice for folks coming from Subversion. Having a global ignore file is useful. Mine has the …

more ...


Figuring this git thing out

I'm a little old-school in that I like subversion. I've used subversion for years, and have had it as a big part of my workflow for a really really long time. Unfortunately, there's this git thing popping up all over the place and I'm starting to feel dated. (It's bad …

more ...


New Fedora git repositories

A little bit frustrated with Fedora's new git repositories this morning (for packages). Ding-Yi Chen has a really nice write-up on how to get started with it. Got me a few of the essentials that I had missed earlier. I like the new certificate that can be used with Koji …

more ...