summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 4fe81a5c86d0f01fddef1f7217d79fc940a12522 (plain)
1
2
3
4
5
6
7
8
9
[user]
	name = Luke Shumaker
	email = lukeshu@lukeshu.com
[color]
	ui = auto
[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