added initial config

This commit is contained in:
Paweł Płazieński 2016-03-08 21:03:57 +01:00
commit 634acad407

16
.gitconfig Normal file
View file

@ -0,0 +1,16 @@
[user]
name = Paweł Płazieński
email = nivertius@gmail.com
[push]
default = simple
[alias]
st = status
ap = add --patch
dx = diff --cached
di = diff
co = checkout
dit = difftool --dir-diff
[core]
editor = vim
[diff]
tool = meld