tldr/pages.de/common/git-help.md

25 lines
504 B
Markdown
Raw Normal View History

2020-10-21 18:28:22 +01:00
# 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`