I did not realize I had messed up by not checking out master when creating new branches, so now I have a messed up git tree.
I experimented already with git cherry-pick
but documentation was not enough to understand how to fix my issue, since I don't have much experience with git in general.
I added an adjusted screenshot to visualise - branches 182
, 183
, 184
, 188
and 189
are absolutely fine, that's how branches 185
, 186
, and 187
should look.
Since the code is already pushed, how do I properly move these commits around for all of the branches to look similar?