Compare commits

..

1 Commits

Author SHA1 Message Date
d77a5afff5 [update] post recieve hook to skip prs for now 2026-04-06 00:15:26 -04:00

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
echo "==== GitHub mirror start: $(date) ===="
git push --mirror <ssh uri to mirror repo>
git push <ssh repo ur> +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/*
echo "==== GitHub mirror end: $(date) ===="