Create a git commit for the current changes:
- •Run
git statusto see all changed and untracked files - •Run
git diffto review the changes - •Run
git log --oneline -5to see recent commit message style - •Stage relevant files with
git add - •Create a commit with a clear, concise message describing the changes
End the commit message with:
code
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Do not push to remote unless explicitly asked.