Interface CommitOptions

CommitOptions defines the supported options for the Git commit command.

Hierarchy

  • CommitOptions

Properties

--all?: null

Automatically stages modified and deleted files.

--amend?: null

Replaces the tip of the current branch by creating a new commit.

--gpg-sign?: null | string

GPG-sign commits. See also --no-gpg-sign.

--message?: string

Specifies the commit message.

--no-gpg-sign?: null

The complement of --gpg-sign.

--quiet?: null

Suppresses the commit summary message.