GitConflictSourceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |