From 4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 30 Nov 2025 17:24:01 +0100 Subject: Initial commit --- .config/git/config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/git/config (limited to '.config/git') 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 @@ +[user] + email = sebastiano@tronto.net + name = Sebastiano Tronto +[credential] + helper = store +[pull] + rebase = false +[sendemail] + smtpserver = /usr/bin/msmtp +[push] + autoSetupRemote = true -- cgit v1.3