I accidentally merged two branches into each other. (If you want to know how I did that: With gitlab I merged branch A into branch B in the web interface and in SourceTree client I merged B into A. Stupid, I know...)
Then also, because I had to fix something real quick, I worked with the merged branch. It looks like this now:
Is this a problem? Why? Currently, everything seems to work correctly. Should I solve that merge? How can I solve it?
(Later I have to merge everything into "master". I hope there will be no problems.)
Thank you!