Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 662 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 662 Bytes

Premier exercice du TP IL2

Cela va nous permettre de régler les détails et l'interaction avec GitLab.

mode d'emploi

1ere étape : récupérer le matériel initial :

git clone https://gitlab.com/nicolas.monmarche/tp_il2_ex1.git

2ieme étape créer votre branche (remplacer nom-binome par ce qui vous concerne) :

git branch "nom-binome"

git checkout "Nom-binome"

3ieme étape transférer votre commit initial

git commit -m "notre premiere version"

git push --set-upstream origin "Nom-binome"

n-étape

à chaque fois que vous souhaitez tranférer votre travail :

git commit -m "explications" fichiers-modifiés

git push