Skip to content
Snippets Groups Projects
Commit 388ada2f authored by BMosnier's avatar BMosnier
Browse files

Q2.9

parent e911e04d
No related branches found
No related tags found
No related merge requests found
...@@ -279,8 +279,22 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge ...@@ -279,8 +279,22 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
> Ca fait longtemps qu'on a pas committé sur la branche master > Ca fait longtemps qu'on a pas committé sur la branche master
0. Revenir sur la branche master 0. Revenir sur la branche master
>
$ git checkout master
Switched to branch 'master'
0. Ajoutez et commitez un fichier (touch new_file) 0. Ajoutez et commitez un fichier (touch new_file)
>
$ touch new_file
$ git add new_file
$ git commit -m "Q2.11"
[master 6e21998] Q2.11
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 new_file
0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*` 0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*`
>
$ git checkout MosnierDrosne
Switched to branch 'MosnierDrosne'
0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*` 0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
##### 3. Merge ##### 3. Merge
......
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