I did a mess with my features branches. What I had:
master: A - B
\
branch1: E - F
\
branch2: G - H
And then
- I squashed and merge branch1 to the main
- Added a few commits on the main
- Rebase my branch2 on the main
master: A - B - EF - I - J
\
branch2: E - F - G - H
Is there a fast way to clean my branch2, and find the commits that exist there, without the commits from branch1?