git*: add French translation (#4619)
This commit is contained in:

committed by
GitHub

parent
6b167bcdd4
commit
8c8314f725
29
pages.fr/common/git-annex.md
Normal file
29
pages.fr/common/git-annex.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# git annex
|
||||
|
||||
> 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 information: <https://git-annex.branchable.com>.
|
||||
|
||||
- Aide :
|
||||
|
||||
`git annex help`
|
||||
|
||||
- Initialize le repo avec git annex :
|
||||
|
||||
`git annex init`
|
||||
|
||||
- Ajoute un fichier :
|
||||
|
||||
`git annex add {{chemin/vers/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 :
|
||||
|
||||
`git annex {{distant}}`
|
||||
|
||||
- Recupére un ficheir ou un repertoire :
|
||||
|
||||
`git annex get {{chemin/vers/fichier_ou_repertoire}}`
|
Reference in New Issue
Block a user