summaryrefslogtreecommitdiffstats
path: root/shell/_gitconfig
blob: 051b99522758e50accac93e4ae3ae1db92d0bdea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[user]
	name = Tharre
	email = tharre3@gmail.com
[push]
	default = simple
[alias]
	lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
[branch]
	autosetuprebase = always
[merge]
	tool = vimdiff