Fixing a crash in git-absorb without knowing any Rust

I fixed a crash in git-absorb, and learned how to bisect Rust crates for the first time without knowing how to write any Rust. I was using git-absorb and hit a segmentation fault when trying to absorb…

Bisecting git with git

Recently, I was talking to a friend about how great git-bisect is, and our conversation reminded me about this one time I used git-bisect to bisect a problem with an old version of git that was being used…

git checkout a GitHub Pull Request

Sometimes, reviewing code is easier done with the full diff in front of you. Web UIs like GitHub, Phabricator, or Stash all have their strengths, but often times I find myself opening up my editor and…