git things I learned this week
git bisectDo a binary search between a known good and bad state to find the first bad commit.
git commit --verboseShow a diff of the changes to be committed below the commit summary.
git add --patchChoose which changed lines (a hunk, heh) in a file you want to commit.
Reblogging for my Git-Fu 4