aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-02-27 18:20:35 +0000
committerYann Herklotz <git@yannherklotz.com>2022-02-27 18:20:35 +0000
commit3afffe980aba1a6f4734692d1bc82f077bcbadd1 (patch)
treed5e95aaef09bff70a9b2ecc4f4087b37419b6100 /git
parentf1a1ede6a0088be95448914b31a39d4bbf4e309e (diff)
downloaddotfiles-3afffe980aba1a6f4734692d1bc82f077bcbadd1.tar.gz
dotfiles-3afffe980aba1a6f4734692d1bc82f077bcbadd1.zip
Add git configuration
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
new file mode 100644
index 0000000..ea6c0eb
--- /dev/null
+++ b/git/.gitconfig
@@ -0,0 +1,18 @@
+[user]
+ name = Yann Herklotz
+ email = git@yannherklotz.com
+ signingkey = CA654D3756F79496
+
+[advice]
+ detachedHead = false
+
+[sendemail]
+ from = Yann Herklotz <git@yannherklotz.com>
+ smtpuser =
+ smtpserver = "/usr/local/bin/msmtp"
+ smtpencryption = tls
+ chainreplyto = false
+ confirm = auto
+
+[commit]
+ gpgsign = true