Git Workflow and Versioning
Overview
Git is your safety net. Treat commits as save points, branches as sandboxes, and history as documentation. With AI agents generating code at high speed, disciplined version control is the mechanism that keeps changes manageable, reviewable, and reversible.
When to Use
Always. Every code change flows through git.
Core Principles
1. Commit Early, Commit Often
Each successful increment gets its own commit. Don't accumulate large uncommitted
[Description truncada. Veja o README completo no GitHub.]