webseite-grav/plugins/git-sync/vendor/sebastian/git
GitSync c4ec32f50c init 2021-04-30 11:23:26 +02:00
..
src init 2021-04-30 11:23:26 +02:00
.gitignore init 2021-04-30 11:23:26 +02:00
LICENSE init 2021-04-30 11:23:26 +02:00
README.md init 2021-04-30 11:23:26 +02:00
build.xml init 2021-04-30 11:23:26 +02:00
composer.json init 2021-04-30 11:23:26 +02:00

README.md

Git

Simple PHP wrapper for Git.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/git

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/git