squash-commits
Installation
SKILL.md
Squash Commits
Organize all changes into well-structured commits.
Steps
1. Review the current state
git status
git diff
git diff --staged
git log origin/main..HEAD --oneline
git log origin/main..HEAD
Organize all changes into well-structured commits.
git status
git diff
git diff --staged
git log origin/main..HEAD --oneline
git log origin/main..HEAD