@afiadam
Thanks for posting in my post - I'm actually looking into this issue on my server as well. Here's my problem:
When I go to "Updates" it constantly tells me that I'm up-to-date. However if I ssh into my server and backdoor my way into the www-data user and run a "git status -vv" it'll say:
"Your branch is behind 'origin/master' by X commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
This is slightly annoying as I understand that the Update page should be doing this and providing me with a button to run the "git pull" command if it finds any differences. I want this functionality to work.
My background being in IT Instructure, I'm by know means a dev of any kind and git is still something I'm learning by digging into this issue to attempt to resolve this. So far I've been able to resolve the pages "Permissions Issues" with a comboniation of trolling around the forumes for similar problems and looking at @johnny responses - then my own digging into understanding git more, but what I need to know is where can i go look on my instance for logs of what the updates.php page is or isn't doing that's preventing this functionality for me and I think I'll be able to solve this.
@johnny @wrongecho - any direction you can provide to help point me in the right direction to help resolve this issue would be MUCH appreciated. I don't want to have to restore my DB to a new instance, I'd like to solve the problem and hopefully leave something behind to help any others in this situation.