1. git things I learned this week

    jacob:

    git bisect

    Do a binary search between a known good and bad state to find the first bad commit.

    git commit --verbose

    Show a diff of the changes to be committed below the commit summary.

    git add --patch

    Choose which changed lines (a hunk, heh) in a file you want to commit.

    Reblogging for my Git-Fu 4