configs  Artifact [0bdaed780a]

Artifact 0bdaed780ad48316bdd90183a8bda7cee2b253f0c49de993897b8700e074a17f:


[user]
	name = Jonathan Schleifer
	email = js@nil.im
	signingkey = 7395312F

[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit -S
	co = checkout
	d = diff
	ds = diff --staged
	server = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
	slog = log --show-signature
	sshow = show --show-signature
	st = status -s

[format]
	signature = Jonathan

[core]
	editor = vim

[push]
	default = matching

[gpg]
	program = gpg2

[url "git@github.com:"]
	insteadOf = https://github.com/
	pushInsteadOf = https://github.com/

[url "git@gitlab.com:"]
	insteadOf = https://gitlab.com/
	pushInsteadOf = https://gitlab.com/

[fetch]
	fsckObjects = true

[pull]
	ff = only