summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: ab4c60998dcfb60e11259eb5ee2a4b4df497a29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[user]
	name = Benjamin Franzke
	email = benjaminfranzke@googlemail.com
[sendemail]
	smtpencryption = tls
	smtpserver = smtp.gmail.com
	smtpuser = benjaminfranzke@googlemail.com
	smtpserverport = 587
[log]
	decorate = true
[alias]
	grp = !git --no-pager grep --color=auto
	tree = log --oneline --decorate --graph