[Julia Evans] Meet the branch
https://wizardzines.com/comics/meet-the-branch/ - source
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 rebase --fork-point
"git merge" is for more than merging with the base branch.
Same for rebase.