The branch I'm working on is called dev so I did the following to see if there were any differences between what I have on my machine and what is in github:
git fetch origin
git diff dev origin/dev
I did this at a command prompt in windows and after executing each command the cursor went to the next line with no output. Does that mean there are no differences?
git diff --cached