How to contribute from sub repository
$ git clone git@github.com:Foo/Payum.git Payum
$ cd Payum
$ git checkout -b patch1$ git remote add foo git@github.com:foo/Stripe.git
$ git fetch foo$ git subtree pull --prefix=src/Payum/Stripe/ foo patch1$ git push origin patch1Supporting Payum
Last updated