We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c07c6 commit 4b6b113Copy full SHA for 4b6b113
1 file changed
src/git.ts
@@ -23,7 +23,7 @@ export class GitCommander {
23
return this.sh.cwd
24
}
25
26
- /** Add files to git index. */
+ /** Add files to a git index. */
27
async add (files: string[]) {
28
await this.exec('add', ['--', ...files])
29
0 commit comments