From ee7d961c638c3baa0ba12b0451fe5104fecc95a9 Mon Sep 17 00:00:00 2001 From: Arseney300 Date: Fri, 20 Feb 2026 04:28:39 +0700 Subject: git-server: add in doc how to clone repo via git --- doc/setup-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/setup-guide.md b/doc/setup-guide.md index e43a342..612ca20 100644 --- a/doc/setup-guide.md +++ b/doc/setup-guide.md @@ -105,6 +105,8 @@ chown -R 1000:1000 test.git # git user inside container # From a client machine git clone ssh://git@/repos/test.git +or +git clone git:///test.git ``` -- cgit v1.2.3