tech_notes

A collection of notes on setups and implementations.
Log | Files | Refs | README

commit ed83437c0a3692b592351069326769e3f3b4dc68
parent de3e516e32678d7002e9369ebaefb30c5c1e22ef
Author: Julian Piribauer <julian.piribauer@gmail.com>
Date:   Wed, 18 Feb 2026 20:47:42 +0100

Minor changes

Diffstat:
Mstagit.md | 5++---
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.