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

@@ -2,28 +2,28 @@
> Gérez les fichiers avec Git, sans archiver leur contenu.
> Lorsqu'un fichier est annexé, son contenu est déplacé dans un stockage clé-valeur et un lien symbolique est créé qui pointe vers le contenu.
> Plus d'informations : <https://git-annex.branchable.com>.
> Plus d'informations : <https://git-annex.branchable.com>.
- Aide :
- Aide :
`git annex help`
- Initialise le dépôt :
- Initialise le dépôt :
`git annex init`
- Ajoute un fichier :
- Ajoute un fichier :
`git annex add {{chemin/vers/fichier_ou_repertoire}}`
- Affiche le statut courant d'un fichier ou répertoire :
- Affiche le statut courant d'un fichier ou répertoire :
`git annex status {{chemin/vers/fichier_ou_repertoire}}`
- Synchronise un dépôt local avec un distant :
- Synchronise un dépôt local avec un distant :
`git annex {{distant}}`
- Récupère un fichier ou un répertoire :
- Récupère un fichier ou un répertoire :
`git annex get {{chemin/vers/fichier_ou_repertoire}}`