git-annex: update help command description (#10269)

pull/23/head
K.B.Dharun Krishna 2023-08-09 19:32:38 +05:30 committed by GitHub
parent ec2bfe4a4a
commit ed2d2af847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 16 deletions

View File

@ -4,10 +4,6 @@
> 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>.
- Aide :
`git annex help`
- Initialise le dépôt :
`git annex init`
@ -27,3 +23,7 @@
- Récupère un fichier ou un répertoire :
`git annex get {{chemin/vers/fichier_ou_repertoire}}`
- Affiche l'aide :
`git annex help`

View File

@ -4,10 +4,6 @@
> ஒரு கோப்பு இணைக்கப்படும்போது, ​​அதன் உள்ளடக்கம் ஒரு முக்கிய மதிப்புக் கடைக்கு நகர்த்தப்படும், மேலும் உள்ளடக்கத்தை சுட்டிக்காட்டும் ஒரு சிம்லிங்க் செய்யப்படுகிறது.
> மேலும் விவரத்திற்கு: <https://git-annex.branchable.com>.
- உதவி:
`git annex help`
- `git annex` உடன் ஒரு களஞ்சியத்தை தொடங்கவும்:
`git annex init`
@ -27,3 +23,7 @@
- ஒரு கோப்பு அல்லது கோப்பகத்தைப் பெறுங்கள்:
`git annex get {{பாதை/டு/கோப்பு_அல்லது_அடைவு}}`
- உதவியைக் காட்டு:
`git annex help`

View File

@ -3,10 +3,6 @@
> Git ile dosyaları, dosyaların içeriğine bakmadan yönet.
> Daha fazla bilgi için: <https://git-annex.branchable.com>.
- Yardım:
`git annex help`
- Git annex ile bir depo başlat:
`git annex init`
@ -26,3 +22,7 @@
- Bir dosya veya dizin al:
`git annex get {{örnek/dosya_veya_dizin}}`
- Yardım görüntüle:
`git annex help`

View File

@ -4,10 +4,6 @@
> When a file is annexed, its content is moved into a key-value store, and a symlink is made that points to the content.
> More information: <https://git-annex.branchable.com>.
- Help:
`git annex help`
- Initialize a repo with Git annex:
`git annex init`
@ -27,3 +23,7 @@
- Get a file or directory:
`git annex get {{path/to/file_or_directory}}`
- Display help:
`git annex help`