Example #1
0
 public void Clone(FilePath repoDir, FilePath filePath, string repo)
 {
     repoDir.Call(_git, "clone " + repo + " " + filePath.Unroot(repoDir).ToPosixPath());
 }