summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: e5593c6de7b9e217f6b76892e7138d3fb9897db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[user]
	name = Luke Shumaker
	email = shumakl@purdue.edu
[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