diff options
author | FivePixels <dylan.bolger00@gmail.com> | 2023-01-28 18:51:44 -0600 |
---|---|---|
committer | FivePixels <dylan.bolger00@gmail.com> | 2023-01-28 18:51:44 -0600 |
commit | 277e5660fcedfcfa986b856c4085e0bf1824e0ae (patch) | |
tree | 5bad909dfae1018aef2e91171893ec1c9f32d514 | |
parent | d8c1c0dc90dd4821cc05ec712b1e23b2538c8b1e (diff) | |
download | dots-277e5660fcedfcfa986b856c4085e0bf1824e0ae.tar.xz dots-277e5660fcedfcfa986b856c4085e0bf1824e0ae.zip |
Update env defaults, add comment
-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= |