Git environment

From wikinotes
Revision as of 22:23, 19 June 2022 by Will (talk | contribs) (Created page with "= Documentation = <blockquote> {| class="wikitable" |- | <code>man git</code> || https://man.archlinux.org/man/extra/git/git.1.en#ENVIRONMENT_VARIABLES |- |} </blockquote><!-- Documentation --> = Environment = <blockquote> {| class="wikitable" |- | <code>GIT_CONFIG_GLOBAL</code> || use an alternate <code>~/.gitconfig</code> |- | <code>GIT_SSH_COMMAND</code> || alter ssh command git uses for git+ssh:// (hint: -vvv) |- |} </blockquote><!-- Environment -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

man git https://man.archlinux.org/man/extra/git/git.1.en#ENVIRONMENT_VARIABLES

Environment

GIT_CONFIG_GLOBAL use an alternate ~/.gitconfig
GIT_SSH_COMMAND alter ssh command git uses for git+ssh:// (hint: -vvv)