summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 71c68f671b15b261d0cbdb20d3a43b3dc53707ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[user]
	name = Luke Shumaker
	email = lukeshu@sbcglobal.net
[color]
	ui = auto
[sendemail]
	smtpencryption = ssl
	smtpserver = plus.smtp.mail.yahoo.com
	smtpuser = lukeshu@sbcglobal.net
	smtpserverport = 465
[push]
	default = matching
[alias]
	lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative