These are my steps.
Step 1: Merge develop
into feature
Step 2: Check if everything is OK and immediately afterwards merge feature
into develop
When I did that I got the following situation:
Only "merge develop
into feature
" is shown and "merge feature
into develop
" is not shown.
I would like that both merge commits are shown, like in the following picture.
Can someone tell me how can I achieve this?