Skip to content
Snippets Groups Projects
Commit 90b8ecde authored by thibault's avatar thibault
Browse files

Q2.12

parent adc43b14
Branches
No related tags found
No related merge requests found
......@@ -173,9 +173,15 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
**git log --all --decorate --oneline --graph**
**HEAD point sur la branche courante, donc che_sig, et la branche che_sig-2.4 est restée en arrière**
0. Revenir sur la branche master
**git commit -am "Q2.10"**
**git checkout master**
0. Ajoutez et commitez un fichier (touch new_file)
**touch new_file**
**git add .**
**git commit -am "Q2.11"**
0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*`
**git checkout che_sig**
**git commit -am "Q2.12"**
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.
Please register or to comment