So currently, there are 4 commits(the most recent 4) in origin/master that are not in my remote repository or my local repository.
When I use git pull, it tells me that I'm already up to date, but using git log clearly shows that I don't have the 4 newest commits that origin/master has. I can push changes to my remote no problem, so I'm fairly certain that the problem isn't between the remote and the local repo.
I have tried both
git pull origin master
as well as
git pull
The structure is very simple it is just
Origin/Master-->Remote-->Working directory