Lines Matching full:git
6 * Git.php
8 * A PHP git library
10 * @package Git.php
14 * @repo http://github.com/kbjr/Git.php
23 * Git Interface Class
26 * of git repositories.
28 * @class Git
30 class Git class
33 * Git executable location
37 protected static $bin = '/usr/bin/git';
40 * Sets git executable path
50 * Gets git executable path
62 self::setBin('git');
66 * Create a new git repository
82 * Open an existing git repository