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