I have a development branch which serves as a parent (base) for all feature branches. And the commit log looks like below:
ticket9: did something
ticket8: fixed something
ticket7: some action (squashed and rebased commits)
ticket7: some action (squashed and rebased commits)
ticket7: some action (squashed and rebased commits)
ticket6: implemented something
Is there a way where I can take out the commits and the resulting code of ticket7 from the development branch and link ticket 6 and ticket 8 like below?
ticket9: did something
ticket8: fixed something
ticket6: implemented something