namespace StabilityMatrix.Core.Models.Database; public class GitCommit { public string? Sha { get; set; } }