Just saw an extra merge in my commits when I pushed 2 different fixes. Is that a Fast-Forward issue? I was expecting to see just the two commits and it be inline with my other ones?
Steps I did during were... starting from develop... -checkout FLEX-33477 (new branch) -rebase from the origin -Updated files -Commit files -checkout develop -checkout FLEX-33190 (new branch) -rebase from the origin -Updated files -Commit files -checkout develop -rebase from orgin -merge the FLEX-33477 to develop -merge the FLEX-33190 to develop -push -Remove branch FLEX-33477 -Remove branch FLEX-33190