mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 06:05:59 +02:00
git-help: add German translation
This commit is contained in:
parent
9113621979
commit
5b2fdd82fb
1 changed files with 24 additions and 0 deletions
24
pages.de/common/git-help.md
Normal file
24
pages.de/common/git-help.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# git help
|
||||||
|
|
||||||
|
> Zeige Hilfe für Git an.
|
||||||
|
> Mehr Informationen: <https://git-scm.com/docs/git-help>.
|
||||||
|
|
||||||
|
- Zeige Hilfe für ein bestimmtes Git-Unterkommando an:
|
||||||
|
|
||||||
|
`git help {{unterkommando}}`
|
||||||
|
|
||||||
|
- Zeige Hilfe für ein bestimmtes Git-Unterkommando im Web-Browser an:
|
||||||
|
|
||||||
|
`git help --web {{unterkommando}}`
|
||||||
|
|
||||||
|
- Zeige eine Liste von allen verfügbaren Git-Unterkommandos an:
|
||||||
|
|
||||||
|
`git help --all`
|
||||||
|
|
||||||
|
- Liste die verfügbaren Handbücher auf:
|
||||||
|
|
||||||
|
`git help --guide`
|
||||||
|
|
||||||
|
- Liste alle Konfigurationsvariablen auf:
|
||||||
|
|
||||||
|
`git help --config`
|
Loading…
Add table
Reference in a new issue