 | tech_notesA collection of notes on setups and implementations.
|
|
Log | Files | Refs | README |
commit ac1c962d9c26f0139c2f1a0b3fc2f7adf5a6c0a6
parent f587954d6375d0e50d7e7e6ccf36ce0222da69e8
Author: Julian Piribauer <julian.piribauer@gmail.com>
Date: Wed, 18 Feb 2026 21:53:05 +0100
Testing code syntax
Diffstat:
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 +.