configs  Artifact [8c26ea2477]

Artifact 8c26ea2477e1ec52620115e676f483083c64864d518b398296760a729ba8f617:


[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/

[fetch]
	fsckObjects = true
[pull]
	ff = only