From d7bfc27d62972f1036aa5f4b592518eb78b341a2 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Sun, 25 Apr 2021 14:34:42 +0200 Subject: Add .gitconfig. --- .gitconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..25946d1 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,17 @@ +[user] + name = Mehdi Sadeghi + email = mehdi@mehdix.org +[core] + editor = vim + autocrlf = input +[alias] +# To change history see git-filter-repo and mailmap +[pull] + rebase = true +[sendemail] +# smtpServer = mail.example.org +# smtpUser = user@example.org +# smtpEncryption = tls +# smtpPass = # or use pass-git-helper +# smtpServerPort = 587 + -- cgit v1.2.3