List of Blogs

Things I wish I learned earlier about git

Most programmers already know the good old “git flow” with a handful of easy commands: branch, commit, merge. However, these are usually not enough to guarantee you produce clean commit histories and good and easy to review pull requests. They’re also not enough to recover your work when you inevitably screw up. This blog post will address all these things by explaining some techniques I wish I had learned earlier.