It has a tenis
feature with multiple commits over time, and you need to merge this feature into other project.
Consider this timeline:
- x - tenisV1 - x - x - tenisV2 - x - tenisV3 - x - x - x - x - x - tenisV4
I want to:
- tenisV1 - tenisV2 - tenisV3 - tenisV4
How can I resolve this?
I was thinking about displaying diff
of all these merged commits to help me, but I do not know how to do this without showing changes to unrelated commits in the middle of the timeline ( commits x ) .
I'm using git and also bitbucket so if you have something visual there would be nice too.