summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 6e5abf2b2255ce976e327b5154c37e46e01269a0 (plain)
1
2
3
4
5
6
7
8
9
10
[user]
	name = Luke Shumaker
	email = lukeshu@lukeshu.com
[color]
	ui = auto
[push]
	default = matching
[alias]
	lg = log --graph --format='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
	hist = log --format='%h %ci -%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit