Cela va nous permettre de régler les détails et l'interaction avec GitLab.
git clone https://gitlab.com/nicolas.monmarche/tp_il2_ex1.git
git branch "nom-binome"
git checkout "Nom-binome"
git commit -m "notre premiere version"
git push --set-upstream origin "Nom-binome"
à chaque fois que vous souhaitez tranférer votre travail :
git commit -m "explications" fichiers-modifiés
git push