multiple pages: fix typos in French translation (#5841)

This commit is contained in:
Nicolas Kosinski
2021-05-01 18:49:31 +02:00
committed by GitHub
parent 50d6e5906a
commit 6467b39f66
96 changed files with 297 additions and 297 deletions

View File

@@ -3,7 +3,7 @@
> Affiche les branches et leurs commits.
> Plus d'informations : <https://git-scm.com/docs/git-show-branch>.
- Affiche un resumé du dernier commit dans la branche :
- Affiche un résumé du dernier commit dans la branche :
`git show-branch {{nom_de_branche}}|ref|commit}}`
@@ -15,7 +15,7 @@
`git show-branch --remotes`
- Comparer le branche locale avec la branche distante :
- Comparer la branche locale avec la branche distante :
`git show-branch --all`
@@ -23,7 +23,7 @@
`git show-branch --all --list`
- Compareer une branche spécifique a la branche courante :
- Comparer une branche spécifique à la branche courante :
`git show-branch --current {{commit|branch_name|ref}}`