Exemplo n.º 1
0
 public CherryPickResult CherryPick(Commit commit, Signature committer, CherryPickOptions options = null)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public CherryPickResult CherryPick(Commit commit, Signature signature, CherryPickOptions options = null)
 {
     return Repository.CherryPick(commit, signature, options ?? new CherryPickOptions());
 }