Files
tldr/pages.tr/common/git-help.md
2022-10-31 06:52:35 -03:00

25 lines
547 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git help
> Git hakkında yardım bilgisi görüntüleme aracı.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-help>.
- Belirtilmiş Git alt komutu hakkında yardım bilgisi göster:
`git help {{komut_ismi}}`
- Belirtilmiş Git alt komutu hakkında yardım bilgisini bir ağ tarayıcısında göster:
`git help --web {{komut_ismi}}`
- Tüm mevcut Git alt komutlarını sırala:
`git help --all`
- Mevcut rehberleri sırala:
`git help --guide`
- Mümkün olan tüm konfigürasyon değişkenlerini sırala:
`git help --config`