Trying to diff my local file with a GitHub repo before I submit a pull request so I can see what will show up, is there an accurate way of doing this? I assume
diff
You can use: git diff remote/my_topic_branch my_topic_branch
git diff remote/my_topic_branch my_topic_branch
Where my_topic_branch is your topic branch.
my_topic_branch