From 5ca342911e415e2ae2b756bbbd4778dd3eacbd48 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 8 Jul 2018 19:50:47 +0000 Subject: [PATCH] gitconfig: Rename serve alias to server It seems git serve is now a command. --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index b67f839..c0c4262 100644 --- a/gitconfig +++ b/gitconfig @@ -12,7 +12,7 @@ co = checkout d = diff ds = diff --staged - serve = daemon --reuseaddr --verbose --base-path=. --export-all ./.git + server = daemon --reuseaddr --verbose --base-path=. --export-all ./.git slog = log --show-signature sshow = show --show-signature st = status -s