summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 48d7c01642827b5c1e6e133bd8f12db3ee27620d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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

[credential]
	helper = store
[push]
	autoSetupRemote = true