summaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: 5f037563f49bf0b69f2407c0f9991d66d75fee0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[user]
	name = Thibaut Horel
	email = thibaut.horel@gmail.com
[color]
	ui = true
[core]
	editor = vim
	excludesfile = ~/.git_ignore
	whitespace = cr-at-eol
[alias]
	lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[push]
	default = simple