.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH cog-commit 1 "cog-commit " .SH NAME cog\-commit \- Create a new conventional commit .SH SYNOPSIS \fBcog\-commit\fR [\fB\-B\fR|\fB\-\-breaking\-change\fR] [\fB\-e\fR|\fB\-\-edit\fR] [\fB\-s\fR|\fB\-\-sign\fR] [\fB\-\-skip\-ci\fR] [\fB\-\-skip\-ci\-override\fR] [\fB\-a\fR|\fB\-\-add\fR] [\fB\-u\fR|\fB\-\-update\fR] [\fB\-h\fR|\fB\-\-help\fR] <\fITYPE\fR> <\fIMESSAGE\fR> [\fISCOPE\fR] .SH DESCRIPTION Create a new conventional commit .SH OPTIONS .TP \fB\-B\fR, \fB\-\-breaking\-change\fR Create a BREAKING CHANGE commit .TP \fB\-e\fR, \fB\-\-edit\fR Open commit message in an editor .TP \fB\-s\fR, \fB\-\-sign\fR Sign this commit .TP \fB\-\-skip\-ci\fR Add the skip\-ci string defined in the cog.toml (or defaults to [skip ci]) to the commit .TP \fB\-\-skip\-ci\-override\fR \fI\fR Override and add the string to the commit .TP \fB\-a\fR, \fB\-\-add\fR Add files to the commit (similar to git add .) .TP \fB\-u\fR, \fB\-\-update\fR Update but doesn\*(Aqt add files to the commit (similar to git add \-u .) .TP \fB\-h\fR, \fB\-\-help\fR Print help .TP <\fITYPE\fR> Conventional commit type .br .br [\fIpossible values: \fRbuild, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] .TP <\fIMESSAGE\fR> Commit description .TP [\fISCOPE\fR] Conventional commit scope