Esempio n. 1
0
 public void Fetch(string commitish)
 {
     GitProcess.Invoke(this.RootPath, "fetch origin " + commitish);
 }