nivertius-git-rc/.gitconfig
2016-03-09 17:50:45 +01:00

29 lines
675 B
INI

[user]
name = Paweł Płazieński
email = nivertius@gmail.com
[color]
branch = auto
ui = auto
diff = auto
grep = auto
interactive = auto
pager = auto
showBranch = auto
status = auto
[core]
excludesFile = ~/.gitignore_global
whitespace = trailing-space space-before-tab
[push]
default = simple
[alias]
st = status
ap = add --patch
dx = diff --cached
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]
tool = meld