Skip to content

craft-hub / GitIntegrationBlockerCode

Type Alias: GitIntegrationBlockerCode

GitIntegrationBlockerCode = "detached-head" | "dirty-worktree" | "diverged" | "git-operation-in-progress" | "no-target-branch" | "project-not-repository-root" | "same-branch" | "target-behind-upstream" | "target-diverged-upstream" | "target-in-other-worktree" | "target-missing"

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

Stable reason that prevents a Git integration Plan from being applied.

Released under the MIT License.