Replace non-breaking space with regular space in French pages (#6842)

This commit is contained in:
marchersimon
2021-10-07 09:37:39 +02:00
committed by GitHub
parent 8c5596b720
commit d63065b882
168 changed files with 997 additions and 998 deletions

View File

@@ -1,12 +1,12 @@
# git init
> Initialise un nouveau registre Git.
> Plus d'informations : <https://git-scm.com/docs/git-init>.
> Plus d'informations : <https://git-scm.com/docs/git-init>.
- Initialise un nouveau registre Git local :
- Initialise un nouveau registre Git local :
`git init`
- Initialiser un référentiel barebones, adapté à une utilisation distante via ssh :
- Initialiser un référentiel barebones, adapté à une utilisation distante via ssh :
`git init --bare`