logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git Variable - Print Git Values | Online Free DevTools by Hexmos

Print Git variables instantly with Git Var. Retrieve configuration values and list available variables easily. Free online tool, no registration required.

git-var

Print a Git logical variable’s value. See git config, which is preferred over git 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

See Also