It says the following when I run that:
On branch master
Your branch is up to date with 'origin/master'.
no changes added to commit
It says the following when I run that:
On branch master
Your branch is up to date with 'origin/master'.
no changes added to commit
ping @julienxovates I think we can change thie behavior ( accepting a xo-server start even if a zombie process is still running)
Hello, Today I tried to update again with the same steps and a reboot and it still shows out of date.

I did see the new XO6 features so I assume it kind of half worked
From the command line I ran
git log -1 --format="%h"
and still saw the old commit version of c998f though
I then ran the following and got the newest 7e144 version
git fetch --all
git reset --hard origin/master
From there I reran my yarn and yarn build commands and it's updated fully now.
For some reason git pull --ff-only was not getting the full update or something.
I ran into this issue today after doing the following I was still seeing the old version in the settings -> about
sudo systemctl stop xo-server
git pull --ff-only
yarn
yarn build --force
sudo systemctl start xo-server
I then did a full OS reboot now the commit shows up to date rather than 23 commits behind, why was a reboot needed? Shouldn't restarting the service be enough?