Added support for metadataPercentComplete#63
Added support for metadataPercentComplete#63bilalghouri wants to merge 5 commits intokleiram:masterfrom
Conversation
|
Can you avoid the merge commit up above? Your But, pull requests should never contain merge commits. Can you instead add the upstream remote: fetch it's master: create a new branch, with cherry pick your commit: And that should work, unless there's a merge conflict somehow address in the merge, just run your tests and see. If you plan to contribute often, you shouldn't merge to your master until upstream merges, then you won't have these merge commits. |
No description provided.