Commit changes with sign-off and push to origin by default
Commits staged and unstaged changes with sign-off and pushes to origin by default.
/plugin marketplace add yanmxa/cc-plugins/plugin install git@cc-plugins[--commit] or leave empty to commit and pushCommit staged and unstaged changes with proper sign-off, and push to origin branch by default.
/git:push-updates - Commit with sign-off and push to origin (default)/git:push-updates --commit - Commit with sign-off only, skip pushThe command will:
git status and git diffgit log --oneline -5 for style consistency-s flag for sign-off and conventional format--commit parameter is provided