Closed DannyvdSluijs closed 7 years ago
@DannyvdSluijs please open a separate PR for the docker config if this hasn't been pushed by mistake. One PR per feature ;)
You can remove the commit from this PR by resetting the branch to HEAD^
and force-pushing to your branch at origin.
Yes this was accidental. Didn't realize an extra commit would automatically be added to the same pull request without any action from my side
Can I do multiple streams of features by means of an additional (feature) branch? And making pull requests from the feature branch into gitlist-php master branch?
Sent from my iPhone
On 19 Jul 2017, at 23:17, Alexander Haase notifications@github.com wrote:
@DannyvdSluijs please open a separate PR for the docker config if this hasn't been pushed by mistake. One PR per feature ;)
You can remove the commit from this PR by resetting the branch to HEAD^ and force-pushing to your branch at origin.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Indeed. Create a separate branch foreach feature and open a PR when the feature is finished. However - if the features are related one can put them in one PR (e.g. changing from A to B in classes X,Y,Z may be in one PR instead of three - "Porting to Silex 2" and "Added nginx config" are two separate PR).
@alehaa did as you mentioned. Thanks for the comprehensive guide this made it easy.
As mentioned this: