Skip to content
Snippets Groups Projects
Commit 9b99cb69 authored by Dorian Selimovic's avatar Dorian Selimovic
Browse files

Q2.6

parent 434403c1
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,14 @@ nothing to commit, working tree clean
0. Pourquoi les 2 branches pointent elles sur la même révision ?`*`
0. Afficher à nouvea l'historique pour montrer les modifications suite au précédent commit `*`
0. Revenir la brache `mybranch`
```
$ git checkout selimovic
Switched to branch 'selimovic'
```
0. Où sont passé vos reponces au point 2.4 ? `*`
>Elles sont 'restées' sur la branche selimovic-2.4 car les commits ont été réalisés sur cette branche là.
0. Affichez un historique sous forme de graph (`a dog`) de votre repo, Que peux ton en dire ?
0. Revenir sur la branche master
0. Ajoutez et commitez un fichier (touch new_file)
......
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