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

Q2.10

parent b41b6f36
No related branches found
No related tags found
No related merge requests found
......@@ -262,8 +262,22 @@ Switched to branch 'selimovic'
>On a un _embranchement_ de deux branches qui _avancent séparément_
0. Revenir sur la branche master
```
$ git checkout master
Switched to branch 'master'
```
0. Ajoutez et commitez un fichier (touch new_file)
```
touch new_file
```
0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*`
```
$ git checkout selimovic
Switched to branch 'selimovic'
```
0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
##### 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