Git.php icon indicating copy to clipboard operation
Git.php copied to clipboard

A PHP git library

Results 19 Git.php issues
Sort by recently updated
recently updated
newest added

This modification allows XAMPP users to use the library , Since ,windows git path is not located in 'bin/user/git' . This return an error . Solution : A Constructor and...

I get a ConsoleException when I run below command. $git->repo->run("config core.safecrlf false"); And it seems in general I get that exception when I run commands that run successfully however don't...

As the title says. Composer cannot automatically find/install without an entry on Packagist. Takes a few minutes to create a user account, then add the package.

committing the code for testing

Plz help **my declaration :** ```php require_once './Git_cls.php'; Git::windows_mode(); $repo = Git::open('C:\xampp\htdocs\SyncPHP'); $repo->fetch(); ``` **Error :** Fatal error: Uncaught Exception: bash: /dev/tty: No such device or address error: failed to...

I'm writing a condition to ensure an alias is available and if its not it'll create the alias but running this code $repo->run("config --get alias.example"); throws an empty error for...

Fatal error: Uncaught exception 'Exception' in /Users/emullins/www/local.apppress.com/includes/Git_php/Git.php:317 Any ideas? I'd guess it's failing when prompted for a pw on the git user? But when I try to use an ssh...

We are using this library to do auto-code commits from a Drupal implementation. When we build a site we pass a non-existent branch to the site which checks out the...

1) Assume PHP can find git path instead of hardcoding /usr/bin/git 2) Remove redundant `windows_mode()` which is now the default behaviour 3) Bump version Fixes https://github.com/kbjr/Git.php/issues/47