6 lines
143 B
PHP
6 lines
143 B
PHP
<?php
|
|
require("libgit/base.php");
|
|
|
|
$repo = new GitRepository("/home/occupy/testrepo.git");
|
|
pretty_dump($repo->GetBranch("master")->GetTree());
|