Hi,
I'm a bit confused about the preferred workflow for submitting patches through Git. I have two unrelated patches, and had submitted a pull request for the first patch. But when I tried to submit a second pull request, Git really wanted to bundle my two commits into one pull request.
It seems to me that it would be cleaner to keep the two patches in their own pull requests, but I don't see an easy way to do this until the first pull request gets closed.
Any suggestions?
Thanks,
Mike
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Brett@brett.profitt

Brett - 0 likes
- MikeHedman@AquaTerm

MikeHedman - 0 likes
You must log in to post replies.Thanks for the pull requests :)
You have to either use a new branch for each PR or specify the range (BASE and HEAD). Here's a good description of that process: http://stackoverflow.com/questions/8450036/how-to-open-multiple-pull-requests-on-github (2nd answer).
Thanks Brett - that did it!
Mike