mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
git-help: refresh pages (#17725)
* git-help: refresh pages * updated --guide to --guides
This commit is contained in:
parent
5d8ecf9964
commit
77116fe019
7 changed files with 25 additions and 25 deletions
|
@ -9,16 +9,16 @@
|
|||
|
||||
- Zeige Hilfe für einen bestimmten Git-Unterbefehl im Web-Browser an:
|
||||
|
||||
`git help --web {{unterbefehl}}`
|
||||
`git help {{[-w|--web]}} {{unterbefehl}}`
|
||||
|
||||
- Zeige eine Liste von allen verfügbaren Git-Unterbefehlen an:
|
||||
|
||||
`git help --all`
|
||||
`git help {{[-a|--all]}}`
|
||||
|
||||
- Liste die verfügbaren Handbücher auf:
|
||||
|
||||
`git help --guide`
|
||||
`git help {{[-g|--guides]}}`
|
||||
|
||||
- Liste alle Konfigurationsvariablen auf:
|
||||
|
||||
`git help --config`
|
||||
`git help {{[-c|--config]}}`
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
|
||||
- Même chose dans un navigateur :
|
||||
|
||||
`git help --web {{subcommand}}`
|
||||
`git help {{[-w|--web]}} {{subcommand}}`
|
||||
|
||||
- Afficher la liste des sous-commandes disponibles :
|
||||
|
||||
`git help --all`
|
||||
`git help {{[-a|--all]}}`
|
||||
|
||||
- Lister les manuels disponibles :
|
||||
|
||||
`git help --guide`
|
||||
`git help {{[-g|--guides]}}`
|
||||
|
||||
- Lister toutes les variables de configuration disponibles :
|
||||
|
||||
`git help --config`
|
||||
`git help {{[-c|--config]}}`
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
|
||||
- Visualizza aiuto per un sottocomando Git in un browser web:
|
||||
|
||||
`git help --web {{sottocomando}}`
|
||||
`git help {{[-w|--web]}} {{sottocomando}}`
|
||||
|
||||
- Mostra un elenco dei sottocomandi Git disponibili:
|
||||
|
||||
`git help --all`
|
||||
`git help {{[-a|--all]}}`
|
||||
|
||||
- Mostra un elenco delle guide disponibili:
|
||||
|
||||
`git help --guide`
|
||||
`git help {{[-g|--guides]}}`
|
||||
|
||||
- Mostra tutte le possibili variabili di configurazione:
|
||||
|
||||
`git help --config`
|
||||
`git help {{[-c|--config]}}`
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
|
||||
- 웹 브라우저에서 특정 Git 하위 명령에 대한 도움말 표시:
|
||||
|
||||
`git help --web {{하위_명령}}`
|
||||
`git help {{[-w|--web]}} {{하위_명령}}`
|
||||
|
||||
- 사용 가능한 모든 Git 하위 명령의 목록 표시:
|
||||
|
||||
`git help --all`
|
||||
`git help {{[-a|--all]}}`
|
||||
|
||||
- 사용 가능한 가이드 목록 표시:
|
||||
|
||||
`git help --guide`
|
||||
`git help {{[-g|--guides]}}`
|
||||
|
||||
- 모든 가능한 설정 변수 나열:
|
||||
|
||||
`git help --config`
|
||||
`git help {{[-c|--config]}}`
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
|
||||
- Belirtilmiş Git alt komutu hakkında yardım bilgisini bir ağ tarayıcısında göster:
|
||||
|
||||
`git help --web {{komut_ismi}}`
|
||||
`git help {{[-w|--web]}} {{komut_ismi}}`
|
||||
|
||||
- Tüm mevcut Git alt komutlarını sırala:
|
||||
|
||||
`git help --all`
|
||||
`git help {{[-a|--all]}}`
|
||||
|
||||
- Mevcut rehberleri sırala:
|
||||
|
||||
`git help --guide`
|
||||
`git help {{[-g|--guides]}}`
|
||||
|
||||
- Mümkün olan tüm konfigürasyon değişkenlerini sırala:
|
||||
|
||||
`git help --config`
|
||||
`git help {{[-c|--config]}}`
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
|
||||
- 在网络浏览器中显示指定 Git 子命令的帮助信息:
|
||||
|
||||
`git help --web {{subcommand}}`
|
||||
`git help {{[-w|--web]}} {{subcommand}}`
|
||||
|
||||
- 列出所有可用的 Git 子命令:
|
||||
|
||||
`git help --all`
|
||||
`git help {{[-a|--all]}}`
|
||||
|
||||
- 列出可用的指南:
|
||||
|
||||
`git help --guide`
|
||||
`git help {{[-g|--guides]}}`
|
||||
|
||||
- 列出所有配置变量的名称:
|
||||
|
||||
`git help --config`
|
||||
`git help {{[-c|--config]}}`
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
- List the available guides:
|
||||
|
||||
`git help {{[-g|--guide]}}`
|
||||
`git help {{[-g|--guides]}}`
|
||||
|
||||
- List all possible configuration variables:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue