Table of Contents

Class GitChange

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

A repository-relative path and its current Git status.

public sealed record GitChange : IEquatable<GitChange>

Constructors

GitChange(RelativePath, FileStatus)

A repository-relative path and its current Git status.

public GitChange(RelativePath Path, FileStatus State)

Parameters

Path RelativePath
State FileStatus

Properties

Path

public RelativePath Path { get; init; }

Property Value

RelativePath

State

public FileStatus State { get; init; }

Property Value

FileStatus