\PhpGit

Classes

GitRemoteRepo Small class to interact with a git remote repo Class GitRemoteRepo
GitWorkingCopy Small class to interact with a git working copy directory Plan : $gitRepo = new GitRemoteRepo($path); $gitWorkingCopy = $gitRepo->clone($workingCopyPath); // and also : $gitWorkingCopy->getRemoteRepo($name); Class GitWorkingCopy