Ejemplo n.º 1
0
        public static API_NGit_O2Platform cloneOrPull(this API_NGit_O2Platform nGit_O2, string repositoryName)
        {
            var repositoryUrl = nGit_O2.repositoryUrl(repositoryName);
            var localPath     = nGit_O2.LocalGitRepositories.pathCombine(repositoryName);

            nGit_O2.open_or_Clone(repositoryUrl, localPath);
            return(nGit_O2);
        }