From 434d648f01469fcd6ece9d4ca6f4a5630822b840 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 27 Aug 2015 16:22:44 +0200 Subject: Added git server command to easily serve git repos --- git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.gitconfig b/git/.gitconfig index 6f7db4e..1b345f4 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -7,5 +7,6 @@ st = status -s siu = "!f() { git submodule init && git submodule update; }; f" ls = ls-files + serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ [push] default = matching -- cgit v1.2.3