Types
WorktreeDiffScope
Values supported for worktree diff.
enum
WorktreeDiffScopeValues
STAGED
Limits the operation to staged.
UNSTAGED
Limits the operation to unstaged.
UNTRACKED
Limits the operation to untracked.
COMMIT
Limits the operation to commit.
BRANCH
Limits the operation to branch.