I had this
-A-B-C-D-
and
-A-E-F-G-
I made merge and this is what I have now
-A-B-C-D-------H-I-
\ /
------E-F-G
How do I get this?
-A-B-C-D-J-
I need to combine E,F,G,H,I into one new commit.
Sorry for stupid question. I am reading man, but can't figure it out.
2 Ikke: Yes. H is a merge commit. 2 Shahbaz: I need it because the code on commit-E is not buildable (not my mistake =)) and commit-G fixes it.