Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 655 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 655 Bytes

Troisième exercice du TP IL2

Il s'agit de réaliser l'analyseur syntaxique pour le langage JSON

mode d'emploi

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

git clone https://gitlab.com/nicolas.monmarche/tp_il2_ex3.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