summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-03-06 11:25:58 -0800
committerMike Crute <mike@crute.us>2018-03-06 11:25:58 -0800
commit1bce5da70cd2c101fda45f5eb9828bfbc494656b (patch)
tree1c98af7bdf4439dab003e7d31265963a6a3dde6c /.gitconfig
parenta9e874ae83df6208e4649edc7a491c9533c53557 (diff)
downloaddotfiles-1bce5da70cd2c101fda45f5eb9828bfbc494656b.tar.bz2
dotfiles-1bce5da70cd2c101fda45f5eb9828bfbc494656b.tar.xz
dotfiles-1bce5da70cd2c101fda45f5eb9828bfbc494656b.zip
Force git cred helper to nothing
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 578b177..5fead94 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -101,6 +101,11 @@
101[trailer] 101[trailer]
102 ifexists = addIfDifferent 102 ifexists = addIfDifferent
103 103
104# Force the system-wide credential helper to nothing, otherwise on Mac OS the
105# Apple provided one that uses keychain overrides the repository-local ones.
106[credential]
107 helper =
108
104[git-pair] 109[git-pair]
105 authors = Mike Crute <mike.crute@leandog.com> 110 authors = Mike Crute <mike.crute@leandog.com>
106 authors = Joe Fiorini <joe.fiorini@leandog.com> 111 authors = Joe Fiorini <joe.fiorini@leandog.com>