diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-04-25 14:34:42 +0200 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-04-25 14:34:42 +0200 |
| commit | d7bfc27d62972f1036aa5f4b592518eb78b341a2 (patch) | |
| tree | a22cace982802fe2390cef010f26b3b7fb06a586 | |
| parent | f5723af92d2e631b82ea33920e32359dda839fcb (diff) | |
Add .gitconfig.
| -rw-r--r-- | .gitconfig | 17 |
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 + |
