Hi,
I installed with
su -odoo18
git clone https://www.github.com/odoo/odoo --depth 1 --branch master --single-branch
the latest version, 17.5alpha1.
I would like to check is there a new stabile version and then to install it.
I tried to check the newest version with git log, git show and so on but I always get a git error like fatal: not a git repository or error: unknown option `branch' .
Any idea how to check latest stabile version and to install it?