Skip to content
Snippets Groups Projects
Commit 73c6c08c authored by BMosnier's avatar BMosnier
Browse files

Q1.14

parent cd75d9fd
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,56 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
0. Lister le contenu du repertoire courant, afficher le status et la log
>
$ ls
file2ignore MosnierDrosneTp1.md start
$ git status
On branch master
nothing to commit, working tree clean
$ git log
commit cd75d9fd9511098812bfae5826954f75b8da2a8e (HEAD -> master)
Author: BMosnier <bastienmosnier@gmail.com>
Date: Mon Jan 29 23:04:38 2018 +0100
Q1.12
commit fc45c61948dc576d47a79478f20ca1e1f2b827b4
Author: BMosnier <bastienmosnier@gmail.com>
Date: Mon Jan 29 22:57:07 2018 +0100
Q1.9
commit 79f3b423ef7bf64754aab4b547682f332e3a5be6
Author: BMosnier <bastienmosnier@gmail.com>
Date: Mon Jan 29 21:27:24 2018 +0100
Q1.8
commit e28861ae16cb281c82cbdf34fe04f7f6ebde6a4f
Author: BMosnier <bastienmosnier@gmail.com>
Date: Mon Jan 29 18:34:17 2018 +0100
Q1.6
0. Avant de commiter affichez les modifications par rapport à la précédente révision ? `*`
>
$ git diff
diff --git a/MosnierDrosneTp1.md b/MosnierDrosneTp1.md
index 2c3d73b..973b903 100644
--- a/MosnierDrosneTp1.md
+++ b/MosnierDrosneTp1.md
@@ -131,6 +131,40 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
0. Lister le contenu du repertoire courant, afficher le status et la log
+ >
+ $ ls
+ file2ignore MosnierDrosneTp1.md start
ETC
##### 2. Les branches
0. Créez une branche portant votre nom et basculer sur cette branche (dans la suite du TP cette branche est désignée par `mybranch`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment