latest 4 messages by AlexP11223

+ [2019-12-01T22:57:57Z] AlexP11223 I got a PR with a horrible commit message, What's the best way to change it when merging?
+ [2016-12-02T08:41:17Z] AlexP11223 yeah, but the owner may not want to accept all pull requests to the main repo, and how would I sync it to my fork when main repo changes?
+ [2016-12-02T08:37:36Z] AlexP11223 To solve the first issue, should I create another branch (my-master) and cherry pick all other branches here? Or there are other ways?
+ [2016-12-02T08:37:36Z] AlexP11223 I forked some repo, did a fix in a new branch, submitted pull request. But the owner cannot accept it now because he was drafted to the arny :) And I may need to continue work on this fork, but if all changes are in separate branches (fix-foo, fix-bar) then I cannot use them together and my project. (also some fixes may depend on each other...)