summaryrefslogtreecommitdiff
path: root/.config/git
diff options
context:
space:
mode:
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
new file mode 100644
index 0000000..2165746
--- /dev/null
+++ b/.config/git/config
@@ -0,0 +1,11 @@
1[user]
2 email = sebastiano@tronto.net
3 name = Sebastiano Tronto
4[credential]
5 helper = store
6[pull]
7 rebase = false
8[sendemail]
9 smtpserver = /usr/bin/msmtp
10[push]
11 autoSetupRemote = true

Generated with cgit - Back to sebastiano.tronto.net