Generating Commit Messages
Instructions
- •Run
git diff --stagedto see changes - •I'll suggest a commit message with:
- •Summary under 50 characters
- •Detailed description
- •Affected components
Best practices
- •Use present tense
- •Explain what and why, not how
- •Add ticket number if applicable, prompt if not offered