diff --git a/src/IGit.php b/src/IGit.php index 9b296b4..01d773c 100644 --- a/src/IGit.php +++ b/src/IGit.php @@ -147,6 +147,17 @@ function isChanges(); + /** + * Init repo in directory + * @param string + * @param array|NULL + * @return self + * @throws GitException + */ + static function init($directory, array $params = NULL); + + + /** * Clones GIT repository from $url into $directory * @param string