I have this message on git status:
# On branch YYY
# Your branch is ahead of 'origin/XXX' by 10 commits.
#
nothing to commit (working directory clean)
Branch YYY is child of branch XXX. But normally on git status I would expect:
# On branch YYY
# Your branch is ahead of 'origin/YYY' by 10 commits.
#
nothing to commit (working directory clean)
Git fetch does not solve the problem. Any ideas?
Output of git branch -avvv
(filtered):
* XXX 0d64037 [origin/YYY: ahead 10] test
remotes/origin/XXX 0d64037 test