Par décision du groupe datant de janvier 2026 :
- master ➡️ v2.4
- next ➡️ v2.5-wip
Pour mettre à jour vos branches en local, utilisez ces commandes :
git branch -m main v2.4
git fetch origin
git branch -u origin/v2.4 v2.4
git remote set-head origin -a
git checkout v2.4
git pull
et/ou
git branch -m next v2.5-wip
git fetch origin
git branch -u origin/v2.5-wip v2.5-wip
git remote set-head origin -a
git checkout v2.5-wip
git pull