Git Workflow
Detected
Rules
- Commit each logical change separately. Don't batch unrelated changes into one commit.
- Write commit messages that explain what changed and why:
feat: add input validation to signupnotupdate files. - Stage specific files for each commit. Avoid
git add .orgit add -A— review what you're committing.
Gotchas
Not yet captured. Add as you discover them during development.
Examples
Not yet captured. Add short snippets showing the RIGHT way.
Source: anatomia-dev/anatomia — distributed by TomeVault.