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

21 lines
621 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 difftool
> Harici diff araçları kullanarak dosya değişimlerini göster. `git diff` ile aynı ayar ve argümanları destekler.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-difftool>.
- Müsait diff araçlarını göster:
`git difftool --tool-help`
- Varsayılan diff aracını birleştirmeye ayarla:
`git config --global diff.tool "{{meld}}"`
- Varsayılan diff aracını sahnelenmiş değişiklikleri göstermek için kullan:
`git difftool --staged`
- Verilen commit'den itibaren yapılmış değişiklikleri göstermek için (opendiff) kullan:
`git difftool --tool={{opendiff}} {{commit}}`