aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
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