You must log in or register to comment.
Note that you can examine branch reflog to find where branch was forked from (1st image), or tell Git to examine it for you with
git rebase --fork-point
“git merge” is for more than merging with the base branch.
Same for rebase.