Skip to content
Snippets Groups Projects
Commit 2eeb7320 authored by Richard  BEUVOT's avatar Richard BEUVOT
Browse files

2.10 Un commit aléatoire

parent 99e0aad9
No related branches found
No related tags found
No related merge requests found
......@@ -254,9 +254,32 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
> Etant retourné sur BeuvotMaleterre, les reponses 2.4.2 et 2.4.3 n'ont pas été commit sur cette branche, elles ont été commit sur BeuvotMaleterre-2.4
0. Affichez un historique sous forme de graph (`a dog`) de votre repo, Que peux ton en dire ?
> git log --all --decorate --oneline --graph
>
>
> ---
>
>
> * 99e0aad (HEAD -> BeuvotMaleterre) Q2.6 Réapparition des réponses !
> | * c151844 (BeuvotMaleterre-2.4) Q2.4.3 Nouveaux Commit !
> | * 408c75b Q2.4.2 Nouvelle branche 2.4
> |/
> * ce81936 (origin/BeuvotMaleterre) Q4.4 Modif CR + Push branche
> * cdc77c4 Q2.2 Ajout d'une branche
0. Revenir sur la branche master
> git checkout master
0. Ajoutez et commitez un fichier (touch new_file)
> touch new_file.txt
> git add new_file.txt
> git commit -m "2.9 Ajout d'un fichier new_file sur master"
0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*`
> git checkout BeuvotMaleterre
> git add *
> git commit -m "2.10 Un commit aléatoire"
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