Sujet du projet :
Gestion de l'appel
git clone https://github.com/bouboucouscous/ProjetWeb.git
git init
git fetch
git config --global user.name "Your Name"
git checkout -b nomdeTaBranche
git add .
git commit -m "ce que tu as ajouté"
git push --set-upstream origin nomdeTaBranche
git add .
git commit -m "ce que tu as ajouté"
git push
git checkout main
git pull
git checkout nomdeTaBranche
git rebase main
git push --force