Articles Tagged: git
Technical writings, opinionated architectures, and development guides tagged with git.
Articles2
Est. Read Time11 mins
Categories2
Featured0
Aug 20264 min read
Laravel
Every Feature Touches Ten Files
Ten files open for a one line change is either layering working correctly or one idea smeared across a codebase. The count does not tell you which, and git history does.
Feb 20267 min read
DevOps
The overlooked Git feature every Laravel developer should be using
Use Git worktrees to maintain multiple isolated Laravel environments simultaneously without stashing or reinstalling dependencies.