Skip to content

Commit

Permalink
feat: change order of list (#14)
Browse files Browse the repository at this point in the history
Change order of a list to be consistent with the image shown
  • Loading branch information
JulBronner authored Dec 10, 2021
1 parent bf0f268 commit cb1d72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ <h1>La gestion de fichiers</h1>
Untracked: Le fichier n’est pas indexé, et n’est pas considéré pour le calcul des
différences entre deux révisions
</li>
<li>Stagged: Le fichier fait parti d’un lot prêt à être commité</li>
<li>
Unmodified: Le fichier est indexé, mais ne possède aucune différence avec sa version
de la révision précédente
Expand All @@ -206,6 +205,7 @@ <h1>La gestion de fichiers</h1>
Modified: Le fichier est indexé, et possède des différences avec sa version dans la
révision précédente
</li>
<li>Stagged: Le fichier fait parti d’un lot prêt à être commité</li>
</ul>
</blockquote>
</section>
Expand Down

0 comments on commit cb1d72c

Please sign in to comment.