All tags

Posts tagged: #git-workflow

Viewing git history for merged feature branches

16 minute read
I've been using git for nearly two decades now and yet I still seem to find new challenges and new things to learn on a regular basis. One of things that makes me scratch my head more than I would lik…
Read More

GitHub rebase and squash considered harmful

13 minute read
Not to be confused with git rebase and the ability to squash commits locally with interactive rebase, which is a whole other flamewar. This post is predicated on giving a crap about the git history y…
Read More

Yet another good-commit-messages post

10 minute read
Why you should care about writing good commit messages It is extremely likely you won't be the last person to touch this code. You will forget the details of exactly why you did something after a few…
Read More