configs  gitconfig at [54a56ecbaf]

File gitconfig artifact e3950db256 part of check-in 54a56ecbaf


[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