Commit Skill
- •Run
git diff --staged(orgit diffif nothing staged, then stage all) - •Analyze the changes and write a clear, conventional commit message
- •Commit with that message
- •Push to the current branch
- •Show the commit hash and summary
提交
git diff --staged (or git diff if nothing staged, then stage all)