Comparing branches
It can be useful to compare two branches to see how they differ. You can even compare a branch to its branch commit to see what work has been done in that branch.
I found this article to be really helpful in explaining and visualizing the differences in the commands: How To Compare Two Git Branches
There’s also the git documentation for reference too.