Class GitConsts
- Namespace
- SunamoValues
- Assembly
- SunamoValues.dll
Git merge conflict marker constants.
public class GitConsts
- Inheritance
-
GitConsts
- Inherited Members
- Extension Methods
Fields
Delimiter
Delimiter between conflicting changes.
public const string Delimiter = "======="
Field Value
End
Ending marker of a merge conflict (theirs).
public const string End = ">>>>>>>"
Field Value
StartingHead
Starting marker of a merge conflict (ours).
public const string StartingHead = "<<<<<<<"