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

14 lines
409 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 var
> Bir Git mantıksal değişkeninin değerini yazdırır.
> Ayrıca bu komuttan daha çok tercih edilen `git config`'e bakılması önerilir.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-var>.
- Yerel bir Git mantıksal değişkeninin değerini yazdır:
`git var {{GIT_AUTHOR_IDENT|GIT_COMMITTER_IDENT|GIT_EDITOR|GIT_PAGER}}`
- Tüm Git mantıksal değerlerini sırala:
`git var -l`