Skip to content
Snippets Groups Projects
Commit 2f245cc7 authored by flmistral's avatar flmistral
Browse files

Q2.3

parent be54fca7
No related branches found
No related tags found
No related merge requests found
...@@ -156,6 +156,11 @@ git branch ...@@ -156,6 +156,11 @@ git branch
master master
``` ```
0. Aficher le status de votre repo `*` 0. Aficher le status de votre repo `*`
```
$ git status
On branch Falletty_Mistral
nothing to commit, working tree clean
```
0. Créez une branche pour _développer_ la réponse de ce point (nommez là `mybranch-2.4` par exemple) 0. Créez une branche pour _développer_ la réponse de ce point (nommez là `mybranch-2.4` par exemple)
0. Afficher un historique sous forme de graph (`a dog`) de votre repo 0. Afficher un historique sous forme de graph (`a dog`) de votre repo
0. Pourquoi les 2 branches pointent elles sur la même révision ?`*` 0. Pourquoi les 2 branches pointent elles sur la même révision ?`*`
......
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