Lines Matching full:repository
31 * Create a new git repository
36 * @param string repository path
45 * Open an existing git repository
47 * Accepts a repository path
50 * @param string repository path
75 * Git Repository Interface Class
78 * of a git repository
108 * Create a new git repository
113 * @param string repository path
119 throw new Exception('"'.$repo_path.'" is already a git repository');
132 * Accepts a repository path
135 * @param string repository path
145 * Set the repository's path
147 * Accepts the repository path
150 * @param string repository path
166 throw new Exception('"'.$repo_path.'" is not a git repository');
179 throw new Exception('cannot create repository in non-existent directory');
213 * Run a command in the git repository
243 * Run a git command in the git repository
413 * Runs a `git clone` call to clone the current repository
427 * Runs a `git clone` call to clone a different repository
428 * into the current repository
452 * Runs a `git clone` call to clone a remote repository
453 * into the current repository