public override void AddCommit(GitCommit commit)
 {
     _primary.AddCommit(commit);
     _secondary?.AddCommit(commit);
 }