Describe the bug
Hi there,
My class has been having issues with getting data from upstream via GitHub Desktop. When there are changes to origin, fetching says it is getting from upstream and when it is done there are no changes seen. But when we do it via commandline
git checkout master
git fetch upstream
git merge upstream/master
The changes show.
We have checked using git remote -v and we get this:
origin https://blah.com/xxx/homework_submission.git (fetch)
origin https://blah.com/xxx/homework_submission.git (push)
upstream https://blah.com/yyy/homework_submission.git (fetch)
upstream https://blah.com/yyy/homework_submission.git (push)
This is the first time I’ve encountered this issue, so I’m not sure what is wrong.
We are all using the latest version of Desktop and all of us are have having this issue
Can someone help?
Version & OS
Windows and Mac.
Steps to reproduce the behavior
Click on "Fetch Origin". Upon finding new entries in upstream, the "pull" button will appear below
Actual behavior
There is no "pull" button even though upstream has new inputs.

2021-08-05.desktop.production.log
Describe the bug
Hi there,
My class has been having issues with getting data from upstream via GitHub Desktop. When there are changes to origin, fetching says it is getting from upstream and when it is done there are no changes seen. But when we do it via commandline
We have checked using git remote -v and we get this:
This is the first time I’ve encountered this issue, so I’m not sure what is wrong.
We are all using the latest version of Desktop and all of us are have having this issue
Can someone help?
Version & OS
Windows and Mac.
Steps to reproduce the behavior
Click on "Fetch Origin". Upon finding new entries in upstream, the "pull" button will appear below
Actual behavior
There is no "pull" button even though upstream has new inputs.
2021-08-05.desktop.production.log