I have multiple clones of the same remote repo. In order to decrease download time and (hopefully) increase pull speed, one of the clones is read only.
I would like to configure the other clones to pull from the read-only clone by default. Ideally, the read-only can be named ro
and the remote repo that'll be pushed to can continue to be called origin
.
Is there a way to do this? If so, how?