Skip to main content
objectWorktreeActivity

Fields

worktreeId
ID!

Identifier of the related worktree.

branch
String

Git branch associated with this worktree activity. May be null when unavailable or not applicable.

headSha
String

Git commit SHA associated with this worktree activity. May be null when unavailable or not applicable.

upstream
String

The upstream associated with this worktree activity. May be null when unavailable or not applicable.

ahead
Int

The ahead associated with this worktree activity. May be null when unavailable or not applicable.

behind
Int

The behind associated with this worktree activity. May be null when unavailable or not applicable.

The sync state associated with this worktree activity. May be null when unavailable or not applicable.

baseAhead
Int

The base ahead associated with this worktree activity. May be null when unavailable or not applicable.

baseBehind
Int

The base behind associated with this worktree activity. May be null when unavailable or not applicable.

hasStagedChanges
Boolean

Whether this worktree activity has staged changes.

hasUnstagedChanges
Boolean

Whether this worktree activity has unstaged changes.

rebaseInProgress
Boolean

Whether the rebase in progress condition is true for this worktree activity.

hasConflicts
Boolean

Whether this worktree activity has conflicts.

The push status associated with this worktree activity. May be null when unavailable or not applicable.

observedAt
String!

ISO 8601 timestamp when this worktree activity was observed.