2
Has a Feature tenis
with multiple commits over time, and need to merge this another project.
Consider this time line:
- x - tenisV1 - x - x - tenisV2 - x - tenisV3 - x - x - x - x - x - tenisV4
I want:
- tenisV1 - tenisV2 - tenisV3 - tenisV4
How can I fix this?
I was thinking of showing off the diff
of all these commits merged to help me, but I don’t know how to do that without showing changes to unrelated commits in the middle of the timeline (commits x).
I’m using git and also bitbucket so if there’s something visual there would be cool too.