Skip to content

Commit

Permalink
Readme: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed May 10, 2015
1 parent cbd3aa7 commit f793e76
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ Initialization of empty repository
$repo = GitRepository::init('/path/to/repo-directory');
```

With parameters:

``` php
<?php
$repo = GitRepository::init('/path/to/repo-directory', array(
'--bare', // creates bare repo
));
```


Cloning of repository
---------------------
Expand Down

0 comments on commit f793e76

Please sign in to comment.