> Date: Sat, 02 Nov 2024 11:09:52 +0100 > From: Matěj Cepl <mcepl@xxxxxxx> > > On Sat Nov 2, 2024 at 3:06 AM CET, Taylor R Campbell wrote: > > Suppose I have a front end repository: > > > > user@xxxxxxxxxxxxxxxxxxxx:/repo.git > > > > Whenever I push anything to it, I want the push -- that is, all the > > objects, and all the ref updates -- to be synchronously replicated to > > another remote repository, the back end: > > > > git@xxxxxxxxxxxxxxxxxxx:/repo.git > > https://stackoverflow.com/q/14290113/164233 Thanks, but that is about how to configure my local repository to use multiple remotes for a single git push command, which is not what I'm asking about. I'm asking about how to configure a _single_ frontend remote, from the perspective of developers who are pushing from their development workstations, so that it replicates to one or many backend stores. This is, for example, the usage model of Github's proprietary implementation.