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

25 lines
547 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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`