Main Content
Summary
Version control on every project I touch, no exceptions.
Description
Every project I work on lives in Git from the first commit. Clear history and small, focused commits make reviews faster and rollbacks safe.
Branching keeps client work organised: features, fixes, and releases each get their own clean path to production.