1
1
Fork 0

Add gitconfig

This commit is contained in:
Jonathan Schleifer 2014-03-18 23:33:59 +00:00
parent 0f006fefd7
commit 087a38aa20

23
gitconfig Normal file
View file

@ -0,0 +1,23 @@
[user]
name = Jonathan Schleifer
email = js@webkeks.org
[color]
ui = auto
interactive = auto
[alias]
ci = commit
co = checkout
d = diff
ds = diff --staged
st = status -s
[format]
signature = Jonathan
[core]
editor = vim
[push]
default = matching