summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig17
1 files changed, 17 insertions, 0 deletions
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 = <pass> # or use pass-git-helper
+# smtpServerPort = 587
+