Index: gitconfig ================================================================== --- gitconfig +++ gitconfig @@ -1,8 +1,8 @@ [user] name = Jonathan Schleifer - email = js@webkeks.org + email = js@heap.zone [color] ui = auto interactive = auto @@ -9,10 +9,11 @@ [alias] ci = commit -S co = checkout d = diff ds = diff --staged + serve = daemon --reuseaddr --verbose --base-path=. --export-all ./.git slog = log --show-signature sshow = show --show-signature st = status -s [format]