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 @@
> Commande Git principale pour travailler avec des branches.
> Plus d'informations : <https://git-scm.com/docs/git-branch>.
- Liste les branches locale, prefixe la branche courrante avec `*` :
- Liste les branches locale en préfixant la branche courante avec `*` :
`git branch`
@@ -11,11 +11,11 @@
`git branch -a`
- Affiche le nom de la branche courrante :
- Affiche le nom de la branche courante :
`git branch --show-current`
- Crée une nouvelle branche depuis le commit courrant :
- Crée une nouvelle branche depuis le commit courant :
`git branch {{nom_de_branche}}`