We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be79fe commit e9e260dCopy full SHA for e9e260d
cli-docs/but-commit.mdx
@@ -25,6 +25,15 @@ Branch CLI ID or name to derive the stack to commit to.
25
- **Type:** String
26
- **Required:** Optional
27
28
+### `-c, --create`
29
+
30
+Whether to create a new branch for this commit.
31
+If the branch name given matches an existing branch, that branch will be used instead.
32
+If no branch name is given, a new branch with a generated name will be created.
33
34
+- **Type:** Flag (boolean)
35
+- **Default:** `false`
36
37
### `-o, --only`
38
39
Only commit assigned files, not unassigned files.
0 commit comments