blob: 665eaf77939a5616d3b179b3a210f68553d723dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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 --
toto = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
|