Files
tldr/pages.tr/common/gitk.md
K.B.Dharun Krishna c106754852 chore: bump tldr-lint to v0.0.15, update package files (#12605)
* chore: bump tldr-lint to v0.0.15

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: pages with TLDR021 error

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-04-04 13:35:55 +05:30

25 lines
532 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.

# gitk
> Görsel Git depo tarayıcısı.
> Daha fazla bilgi için: <https://git-scm.com/docs/gitk>.
- Mevcut Git deposu için depo tarayıcısını göster:
`gitk`
- Belirtilmiş dosya veya dizin için depo tarayıcısını göster:
`gitk {{path/to/file_or_directory}}`
- 1 hafta önceden beri yapılan commit'leri göster:
`gitk --since="{{1 week ago}}"`
- 1/1/2016 tarihinden önceki commit'leri göster:
`gitk --until="{{1/1/2016}}"`
- Tüm dallarda en fazla 100 değişiklik göster:
`gitk --max-count={{100}} --all`