January 26, 2025
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
April 18, 2024
10 minute read
Mainlining
Some very experienced developers, some of whom I've heard it from in-person, strongly advocate what is often called "mainline" or "trunk-based" development, meaning that the git history is β¦
Read More
March 15, 2021
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
October 14, 2019
5 minute read
You have a "feature branch" in git that you've been working on for a while but
now main or master has moved on. You know of merge and rebase, but
which one should you use? And what can you do to avoiβ¦
Read More