tldr/pages.tr/common/git-check-attr.md

21 lines
603 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 check-attr
> `gitattributes` içeriği görüntüleme aracı.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-check-attr>.
- Bir dosyadaki tüm atıfları kontrol et:
`git check-attr --all {{örnek/dosya}}`
- Bir dosyadaki belirtilmiş atıfın değerini kontrol et:
`git check-attr {{atıf}} {{örnek/dosya}}`
- Birden fazla dosyadaki belirtilmiş atıfın değerini kontrol et:
`git check-attr --all {{örnek/dosya1 örnek/dosya2 ...}}`
- Bir veya birden fazla dosyadaki belirtilmiş atıfın değerini kontrol et:
`git check-attr {{atıf}} {{örnek/dosya1 örnek/dosya2 ...}}`