Types
CodebaseGitState
Represents a codebase git state in the GraphQL API.
object
CodebaseGitStateFields
dirty
Boolean!
Whether the dirty condition is true for this codebase git state.
branches
Branches associated with this codebase git state.
branchesTruncated
Boolean!
Whether the branches truncated condition is true for this codebase git state.
stashes
[CodebaseStash!]!
Stashes associated with this codebase git state.
stashesTruncated
Boolean!
Whether the stashes truncated condition is true for this codebase git state.