Skip to content

craft-hub / GitIntegrationRequest

Interface: GitIntegrationRequest

Defined in: packages/craft-hub/src/git-integration.ts:47

User choices that affect Git integration planning and execution.

Extended by

Properties

deleteSourceBranch?

optional deleteSourceBranch?: boolean

Defined in: packages/craft-hub/src/git-integration.ts:51

Delete the source branch with git branch -d after a successful integration.


targetBranch?

optional targetBranch?: string

Defined in: packages/craft-hub/src/git-integration.ts:49

Local target branch. Omit to use origin/HEAD, main, or master in that order.

Released under the MIT License.