All tags

Posts tagged: #branching-strategy

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