• Preparing search index...
  • The search index is not available
@shopify/cli-kit
  • @shopify/cli-kit
  • node/git
  • createGitCommit

Function createGitCommit

  • createGitCommit(
        message: string,
        options?: CreateGitCommitOptions,
    ): Promise<string>
  • Create a git commit.

    Parameters

    • message: string

      The message of the commit.

    • Optionaloptions: CreateGitCommitOptions

      The options to use to create the commit.

    Returns Promise<string>

    The hash of the created commit.

    • Defined in packages/cli-kit/src/public/node/git.ts:249

Settings

Member Visibility
@shopify/cli-kit
  • Loading...

Generated using TypeDoc