home/gitconfig
2017-06-29 23:29:12 +02:00

12 lines
358 B
Plaintext

[user]
name = dbroqua
email = dbroqua@mousur.org
[gc]
autoDetach = false
[core]
autocrlf = input
[alias]
tree = log --graph --decorate --pretty=raw --abbrev-commit
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat