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) ===="