Skip to content

⚠️ Attention : Mettez à jour vos branches locales (main & next) #286

@TuThoThai

Description

@TuThoThai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions