diff options
-rw-r--r-- | .env | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ +# Unset variables will be ignored and the value on the system at runtime will be kept +# format: +# GIT_TYPE_KEY +# git config --global TYPE.KEY GIT_USER_NAME= GIT_USER_EMAIL= GIT_USER_SIGNINGKEY= +GIT_CORE_EDITOR= GIT_CREDENTIAL_HELPER= +GIT_PULL_REBASE= GIT_GPG_PROGRAM= GIT_COMMIT_GPGSIGN= |