diff --git a/.gitconfig b/.gitconfig index 15b698d..0bd7c90 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,10 @@ [user] name = Paweł Płazieński email = nivertius@gmail.com +[color] + ui = auto +[core] + excludesfile = ~/.gitignore_global [push] default = simple [alias] @@ -10,6 +14,7 @@ di = diff co = checkout dit = difftool --dir-diff + lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all [core] editor = vim [diff]