Jan Pecha

Results 39 comments of Jan Pecha

@kukulich Can you please merge this and release new version?

@dg What do you think about this?

Hi, thanks for report! I tried fix it in version 4.0.4. Please try if it solves issue.

@flopana @LeoColomb Hi, how you call `pull()` method? Try use ```php $repo->pull(['origin', 'branch_name']); ```

@LeoColomb sorry, I overlooked it :) try ` $this->gitRepo->push(['origin', "refs/tags/{$version}"]);`

I just changed PHPDoc for this methods - https://github.com/czproject/git-php/commit/24f4e51cc536a723b7838686284d1c21c6de088b#diff-a6f1a39ec7e0b5e21136926e7fa3b9700988e97d15b860a2f6d48a655e2de571. It accepts `string[]` too.

Hello, how you call `push()` method? Try use `$repo->push(['origin', 'branch-name], ['-u'])`;

Thanks for PR. I will review it during weekend, I don't have much time at the moment.

Hello, works `git add --all` in command line if you run it manually?