Types
CodebaseGitOperation
Values supported for codebase git operation.
enum
CodebaseGitOperationValues
SWITCH_BRANCH
Represents the switch branch option.
DELETE_BRANCH
Represents the delete branch option.
DELETE_REMOTE_BRANCH
Represents the delete remote branch option.
PULL_BRANCH
Represents the pull branch option.
APPLY_STASH
Represents the apply stash option.
DELETE_STASH
Represents the delete stash option.