I seem to have at last entered my Git era. 🎉 Reading and applying Git in practice was probably the best thing I did for my upskilling this year. One Git workflow aspect I’ve finally realized is that it’s fine to have two phases of work in a Git branch. I’ll explain it in this post.

Set up: create a branch for your work!

Ideally, in most cases, when adding a feature or fixing a bug or whatever, I’ll work in a branch.

<div …