С git status
я получаю это сообщение:
On branch master
Your branch and 'origin/master' have diverged, and
have 9 and 2 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
nothing to commit, working directory clean
С git fetch -v origin
я получаю
[up to date] master -> origin/master
Разве эти два не противоречат?