Commit currently staged git changes with a clean conventional commit message. Use when the user wants to commit staged work now, says commit staged, commit this, or asks you to write and run the staged commit.
Commit whatever is currently staged in git with a conventional commit message. Run non-interactively and commit only staged content.
git diff --cachedgit log --oneline -10git diff --cached --statgit diff --cached --name-onlytype(scope): concise descriptiongit commit -m "<subject>" unless a short body is genuinely needed.git log -1 --oneline.feat, fix, refactor, docs, style, test, chore, build, ci, perf