modmore / Gitify

Command line toolkit to make managing a MODX site in git a lot easier.
MIT License
122 stars 55 forks source link

Complementary fix of #356 #362

Closed adrorocker closed 3 years ago

adrorocker commented 3 years ago

What does it do ?

The PR that was made in kbjr/Git.php also changed the name of the methods on the GitRepo class.

This PR fix that issue

Why is it needed ?

I'm not familiar with this package but if the method modmore\Gitify::getRepository() gets call it will fail since now the Git class needs to be included with its full namespace and also the name of the methods are now camel case.

Related issue(s)/PR(s)

This is a complementary fix of #356

Mark-H commented 3 years ago

Ahhh, good catch. Thanks!