Comment pousser le code vers votre référentiel GitHub en utilisant l'authentification des jetons

git remote set-url origin https://<githubtoken>@github.com/<username>/<repositoryname>.git
Bright Bison