I have been trying to follow a more disciplined approach to branching in my
projects to allow easier tracking and regression. For example, I learnt that
it's a good idea to prefix branch names with category tokens, such as
feature/
, bug/
, or chore/
. This allows us to use wildcards when …