import { createCommitSequence } from "https://deno.land/x/molt@0.17.2/lib/git.ts";
Create a sequence of commits from the given CollectResult
.
Parameters
result: CollectResult
optional
options: CommitOptionsimport { createCommitSequence } from "https://deno.land/x/molt@0.17.2/lib/git.ts";
Create a sequence of commits from the given CollectResult
.