🌿Git with Claude·Commits1/4
📖 Concept

Small, descriptive commits

Claude can write commit messages for you. Push for conventional, descriptive style — `fix:`, `feat:`, `refactor:` — and keep each commit to one logical change so reverting is painless.

git add -A && git commit -m "fix: prevent double-submit on login form"