Git Commits
- •Keep commit messages short and clear.
- •Use a single sentence to describe what changed.
- •For large commits, use bullet points to break down changes.
- •Explain why the change was made if it's not obvious.
撰写清晰、简洁的Git提交信息。在提交更改时,或当用户寻求提交信息帮助时使用此功能。
--- frontmattername: git-commits description: Writes clear, concise git commit messages. Use when committing changes or when the user asks for commit message help.