tech_notes

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

commit d30575ab3ce074c8c38ab5649725423c70f4b315
parent ef79b300645736a6db26d1221d97b9a1be1bd5be
Author: Julian Piribauer <julian.piribauer@gmail.com>
Date:   Wed, 18 Feb 2026 21:53:05 +0100

Testing code syntax

Diffstat:
Mstagit.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/stagit.md b/stagit.md @@ -66,9 +66,10 @@ We now set up a post-receive hook that creates the folder structure for new repo /srv/git/template/hooks/post-receive: - ´´´sh + ```sh #!/bin/sh /usr/local/bin/update-stagit.sh + ``` Make it executable as well with chmod +.