We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6d0c3 commit de0fe77Copy full SHA for de0fe77
2 files changed
src/cli/diffIndexGenerate.ts
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
/**
3
- * AutoCommitMsg CLI script.
+ * AutoCommitMsg CLI script - to check Git changes and generate a commit message.
4
*/
5
import { execFileSync } from "child_process";
6
import { generateMsg } from "../prepareCommitMsg";
src/cli/diffIndexGenerateCommit.ts
- * Git commit AutoCommitMsg script.
+ * Git commit AutoCommitMsg script - to generate a commit message and commit it.
import { generateCommitMessage } from "./diffIndexGenerate";
0 commit comments