class GitRepository
| __construct(string $path) | ||
| static GitRepository | download(string $remote, string $targetDir) | |
| getPath() | ||
| getUrl() | ||
| getLastCommitHash() | ||
| getLastAuthor() | ||
| getLastAuthoredDate() | ||
| getLastTag(callable $filter = null) | ||
| checkout($branch) |
| string | $path |
| string | $remote | |
| string | $targetDir |
| GitRepository |
| callable | $filter |
| $branch |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Intl/Util/GitRepository.html