 | tech_notesA collection of notes on setups and implementations.
|
|
Log | Files | Refs | README |
commit d2087ee9224b34c4dc1e805058ed819b076c0b7e
parent 6224eaf09f47ce4d12b614714d7f18192b209780
Author: Julian Piribauer <julian.piribauer@gmail.com>
Date: Wed, 18 Feb 2026 20:47:42 +0100
Minor changes
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/stagit.md b/stagit.md
@@ -2,7 +2,6 @@
Stagit allows us to display git repositories running on a previously installed git server.
-
We give the user git the home: /srv/git and store the repos as /srv/git/repos/my_repo.
The web server has its root at /var/www/git/.
@@ -85,7 +84,7 @@ chmod -R a+rX /var/www/git
New repos can now be initiated on the server with
-git init --bare my_repo
+git init --bare my_repo.git
-The website and the repo endpoint will be updated upon the first push.
+The website and the repo endpoint will be updated upon the first push (and future ones).
Make sure to create a git-daemon-export-ok file to make the repo public.