Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits)...
Make commits that are easy to review and safe to ship:
git status
git diff
git diff --stat
git add -p
git restore --staged -p
git restore --staged <path>
git diff --cached
type(scope): short summary
git commit -v
references/commit-message-template.md
Provide: