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

Q1.5

parent f256d85c
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,22 @@ $ git commit -m "Add compte-rendu.md"
```
0. Afficher la status de votre copie de travail
```
$ git status
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: compte-rendu.md
no changes added to commit (use "git add" and/or "git commit -a")
```
0. Modifiez le CR pour supprimer la première partie et indiquez vos noms (n'oublier pas de faire un `git add` pour marque le fichier comme devant être ajouté) `*`
> Fait.
0. Afficher l'historique de votre repo
0. Renommer ce fichier en préfixant avec vos noms en amendant le commit précédent (`git commit -m "mon message"` pour indiquer le mesage de commit directement) `*`
0. Afficher l'historique de votre repo
......
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