Edit

GitConflictSourceType Enum

Definition

Describes the type of source which generated a git conflict

public enum GitConflictSourceType
type GitConflictSourceType = 
Public Enum GitConflictSourceType
Inheritance
GitConflictSourceType

Fields

Name Value Description
PullRequest 0

Conflict was generated during a pull request

AsyncOperation 1

Conflict was generated during an async operation (e.g. cherry-pick)

Applies to