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