Skip to content

craft-hub / GitUpstreamState

Type Alias: GitUpstreamState

GitUpstreamState = "ahead" | "behind" | "diverged" | "missing" | "up-to-date"

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

Relationship between a local target branch and its locally cached upstream ref.

Released under the MIT License.