summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 765aad1ec4d24fbf6989b7c3ca29dfd189d83b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[user]
	name = ubq323
	email = ubq323@ubq323.website
[init]
	defaultBranch = trunk
[core]
	autocrlf = input
	editor = kak
	pager = less -F -X
[log]
	date=iso
[sendemail]
	smtpserver=ubq323.website
	smtpuser=ubq323@ubq323.website
	smtpencryption=tls
	smtpserverport=587
	confirm=always
	annotate=yes
[rebase]
	autoSquash = yes