Ejemplo n.º 1
0
 public override void AddCommit(GitCommit commit)
 {
     _primary.AddCommit(commit);
     _secondary?.AddCommit(commit);
 }