xaviapa

Results 2 comments of xaviapa

Since 4.0.3 I'm having a problem with the push command. Looks like in https://github.com/czproject/git-php/commit/5e82d5479da5f16d37a915de4ec55e1ac78de733 you swapped from `$this->run('push', $remote, $params);` to `$this->run('push', $params, '--end-of-options', $remote);` This results in the following...

Yes, can do what you say or also `$repo->push(null, ['origin', $branch, '-u']);` and it works, but I understand this is a hack as the method signature is `public function push($remote...