From 7957ab5bf7870a08c39c6660b6e9a3a542626928 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 7 May 2016 13:34:21 +0000 Subject: [PATCH] Update gitconfig --- gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 3788027..ca4bc0b 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,6 @@ [user] name = Jonathan Schleifer - email = js@webkeks.org + email = js@heap.zone [color] ui = auto @@ -11,6 +11,7 @@ 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