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

14 lines
403 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 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: <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`