summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2022-03-03 15:15:54 -0800
committerMike Crute <mike@crute.us>2022-03-03 15:15:54 -0800
commitcecd9361379d4c04480468cf42c0859dec1708a1 (patch)
tree61c2183f4c8fac8e474e01df029e6510c0c70831 /.gitconfig
parent11c855752febb3bd5c721ecaadd45c7261a3b0b0 (diff)
downloaddotfiles-cecd9361379d4c04480468cf42c0859dec1708a1.tar.bz2
dotfiles-cecd9361379d4c04480468cf42c0859dec1708a1.tar.xz
dotfiles-cecd9361379d4c04480468cf42c0859dec1708a1.zip
Git config changes for golang repo
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index fe08570..73f6451 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -114,6 +114,9 @@
114#[tag] 114#[tag]
115# gpgsign = true 115# gpgsign = true
116 116
117[http]
118 cookiefile = /Users/mcrute/.gitcookies
119
117# Force the system-wide credential helper to nothing, otherwise on Mac OS the 120# Force the system-wide credential helper to nothing, otherwise on Mac OS the
118# Apple provided one that uses keychain overrides the repository-local ones. 121# Apple provided one that uses keychain overrides the repository-local ones.
119[credential] 122[credential]