Skip to content

Commit cfe88e0

Browse files
docs: Add info about .git init to create command (#928)
Co-authored-by: Vlad Frangu <[email protected]>
1 parent 5c904bb commit cfe88e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/create.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ import {
3535
export class CreateCommand extends ApifyCommand<typeof CreateCommand> {
3636
static override name = 'create' as const;
3737

38-
static override description = 'Creates an Actor project from a template in a new directory.';
38+
static override description =
39+
'Creates an Actor project from a template in a new directory. The command automatically initializes a git repository in the newly created Actor directory.';
3940

4041
static override flags = {
4142
template: Flags.string({

0 commit comments

Comments
 (0)