configs  Artifact [b22ff93a39]

Artifact b22ff93a39627f64dd59a405d0c57251f44cdf3af5f5973f43f77284f563996a:

  • File git/config — part of check-in [8bd9d9834b] at 2024-12-07 23:54:06 on branch trunk — git: Add server-rw alias (user: js size: 808) [more...]

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

[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
	server-rw = daemon --reuseaddr --verbose --base-path=. --export-all --enable=receive-pack ./.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