merge commit sometimes confuses Github PR display #9605
-
|
Sometimes when I create a merge commit with something like This doesn't seem to happen consistently; it might be related to if I resolved conflicts in in the merge commit but I'm not sure. I usually rebase instead of merge, so I don't encounter this too often anyway, but does anyone know if there's some trick to avoiding this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, this is because the parent order in |
Beta Was this translation helpful? Give feedback.
Yes, this is because the parent order in
jj new <parent> <parent>is significant, the first parent should bemain/master/trunk.