From 0f08bdcc9ceb1aa9ba97b90767878447f28a8a16 Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Sun, 5 Apr 2026 21:36:16 -0400 Subject: [PATCH] [add] gitea: post-receive template --- gitea/githooks/post-receive | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gitea/githooks/post-receive diff --git a/gitea/githooks/post-receive b/gitea/githooks/post-receive new file mode 100644 index 0000000..9730a2b --- /dev/null +++ b/gitea/githooks/post-receive @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +echo "==== GitHub mirror start: $(date) ====" +git push --mirror +echo "==== GitHub mirror end: $(date) ===="