git Featured How I Write a Commit Message You spend all day (or multiple days) getting your feature/bug fix mapped out, writing the code, debugging said code, writing tests to verify that nothing is broken in the future, and then, after all of that, you have to craft your commit(s).
bisect git bisect: A Gentle Introduction You're a software developer who's just been assigned a ticket. It's a bug. This is a _regression_, which means that the app used to correctly render quadrilaterals, and now it's rendering them as triangles.
software Rebasing Toward Independence Make sure every commit within a pull request at least compiles. Having a linear git commit history enables this much more easily.
software git transfusion Motivation: Poor Judgement (and lack of patience) Recently, I've been working a lot with git, a version control system. My current company decided that it would be useful to switch from Bitbucket to GitHub. Given that we had a number of repositories already in Bitbucket, it became necessary to move