mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:59:24 +08:00
c9775847b6
* pages/*: use the imperative in descriptions * go-fmt: put the description on one line
332 B
332 B
git var
Print a Git logical variable's value. See
git config, which is preferred overgit var. More information: https://git-scm.com/docs/git-var.
- Print the value of a Git logical variable:
git var {{GIT_AUTHOR_IDENT|GIT_COMMITTER_IDENT|GIT_EDITOR|GIT_PAGER}}
- [l]ist all Git logical variables:
git var -l