diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md index 954811c02f255eed5f02c9bacc5144300e239342..6c2edb84c6be0e5cd63af6077522ce77fcb5a240 100644 --- a/chedotal_signarbieux_tp1.md +++ b/chedotal_signarbieux_tp1.md @@ -173,9 +173,15 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge **git log --all --decorate --oneline --graph** **HEAD point sur la branche courante, donc che_sig, et la branche che_sig-2.4 est restée en arrière** 0. Revenir sur la branche master + **git commit -am "Q2.10"** **git checkout master** -0. Ajoutez et commitez un fichier (touch new_file) -0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*` +0. Ajoutez et commitez un fichier (touch new_file) + **touch new_file** + **git add .** + **git commit -am "Q2.11"** +0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*` + **git checkout che_sig** + **git commit -am "Q2.12"** 0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*` ##### 3. Merge