mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
git-annex: update help command description (#10269)
This commit is contained in:
parent
ec2bfe4a4a
commit
ed2d2af847
4 changed files with 16 additions and 16 deletions
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue