summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 25946d1eda9d129b79efeeeeefc4f8b1d396f8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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