multiple pages: fix French colon punctuation (#5152)

This commit is contained in:
bl-ue
2021-01-30 12:03:18 -05:00
committed by GitHub
parent a52007380f
commit 5f1ef5bee7
147 changed files with 824 additions and 825 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`
- Initialize le repo avec Git annex :
- Initialize le repo avec Git annex :
`git annex init`
- Ajoute un fichier :
- Ajoute un fichier :
`git annex add {{chemin/vers/fichier_ou_repertoire}}`
- Affiche le statut courrand d un fichier ou repertoire :
- Affiche le statut courrand d un fichier ou repertoire :
`git annex status {{chemin/vers/fichier_ou_repertoire}}`
- Synchronise un repository local avec un distant :
- Synchronise un repository local avec un distant :
`git annex {{distant}}`
- Recupére un ficheir ou un repertoire :
- Recupére un ficheir ou un repertoire :
`git annex get {{chemin/vers/fichier_ou_repertoire}}`