| gitconfigexec - Change git settings for a given command run only |
gitconfigexec - Change git settings for a given command run only
gitconfigexec KEY=VALUE [KEY=VALUE [...]] [--] COMMAND ARGS
KEY is a valid git config option (see git-config(1)).
Set GIT_CONFIG_COUNT, GIT_CONFIG_KEY_n, and GIT_CONFIG_VALUE_n
environment variables, so git(1) takes them as session-override settings.
| gitconfigexec - Change git settings for a given command run only |