configs  gitconfig at [d2de94415e]

File gitconfig artifact a0cbb38145 part of check-in d2de94415e


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

[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit
	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

[commit]
	gpgsign = true

[gpg]
	program = gpg2