summaryrefslogtreecommitdiffstats
path: root/.gitconfig
blob: 58a88b1de322fdfee825c53d6ede0cc84893ec01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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
	la = log --oneline --decorate --all --graph
[branch]
	autosetuprebase = always
[merge]
	tool = vimdiff
[transfer]
	fsckobjects = true
[fetch]
	fsckobjects = true