Mettre à jour le clone local et la branche de renommée
git branch -m main master
git fetch origin
git branch -u origin/master master
git remote set-head origin -a
Nutty Newt