Comment on How to self-host a distributed git server cluster?

<- View Parent
solrize@lemmy.world ⁨6⁩ ⁨days⁩ ago

Are you familiar with git hooks? See

git-scm.com/book/en/v2/Customizing-Git-Git-Hooks

Scroll to the part about server side hooks. The idea is to automatically propagate updates when you receive them. So git-level replication instead of rsync.

source
Sort:hotnewtop