configs  gitconfig at [d62b6fab64]

File gitconfig artifact 27cd980840 part of check-in d62b6fab64


[user]
	name = Jonathan Schleifer
	email = js@webkeks.org

[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit -S
	co = checkout
	d = diff
	ds = diff --staged
	slog = log --show-signature
	sshow = show --show-signature
	st = status -s

[format]
	signature = Jonathan

[core]
	editor = vim

[push]
	default = matching

[gpg]
	program = gpg2