summaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: eb93fc932ab70b41d3ecba867ba6872d5190dfe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[user]
	name = Thibaut Horel
	email = thibaut.horel@gmail.com
[color]
	ui = true
[core]
	editor = vim
	excludesfile = ~/.git_ignore
	whitespace = cr-at-eol
	quotepath = false
[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