Assuming I'm on branch foo, I use git difftool main.
If I pull main to the latest, then that diff changes. However, if push up the PR to GitHub I see the diff I expect.
What is the command to say git difftool main-at-the-SHA-where-I-started-this-branch?