Skip to content

craft-hub / GitIntegrationRelation

Type Alias: GitIntegrationRelation

GitIntegrationRelation = "already-merged" | "diverged" | "fast-forward" | "same-branch" | "unknown"

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

Relationship between the current source branch and the selected target branch.

Released under the MIT License.