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