Skip to main content
objectWorktreeChange

Fields

path
String!

Filesystem path associated with this worktree change.

previousPath
String

Filesystem path associated with this worktree change. May be null when unavailable or not applicable.

changeType
String!

The change type associated with this worktree change.

staged
Boolean!

Whether the staged condition is true for this worktree change.

unstaged
Boolean!

Whether the unstaged condition is true for this worktree change.

untracked
Boolean!

Whether the untracked condition is true for this worktree change.

conflicted
Boolean!

Whether the conflicted condition is true for this worktree change.

stagedAdditions
Int

The staged additions associated with this worktree change. May be null when unavailable or not applicable.

stagedDeletions
Int

The staged deletions associated with this worktree change. May be null when unavailable or not applicable.

unstagedAdditions
Int

The unstaged additions associated with this worktree change. May be null when unavailable or not applicable.

unstagedDeletions
Int

The unstaged deletions associated with this worktree change. May be null when unavailable or not applicable.