
看了 gitea 的文档好像只有单方向将 gitea 的修改同步到 github 的功能。反过来怎么搞呢?
1 OutOfMemoryError Sep 4, 2023 github action/gitlab ci 来互相 push |
2 boris1993Jr Sep 4, 2023 via iPhone 试试 git-mirror-action ,有提交了就往 gitea push 参考我的配置 https://github.com/boris1993/XoW/blob/master/.github/workflows/sync_to_gitee.yml |
3 StoneHuLu Sep 4, 2023 别想着用 gitea 原生了,用楼上兄弟们的 git action 脚本,github 的工作流这么强,自己动动手写一个也不算多麻烦吧? |
4 iblessyou Sep 4, 2023 只知道 gitee ,还因为被楼主带歪了都在 gitea ,搜了下原来真有这东西。 |
5 virusdefender Sep 4, 2023 双向同步不会冲突么 |