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

21 lines
621 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 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}}`