Esempio n. 1
0
 public static bool         checkout(this API_NGit nGit, string name)
 {
     return(nGit.branch_Checkout(name));
 }