Main point is, this doesn't work as a proper git remote. The point of git is effective state sync of commits and branches i.e. a DAG of code collaboration objects. If you want a signed archive of a repo you could use this but this is not good for code collab purposes.

Replies (3)

Sirius's avatar
Sirius 2 weeks ago
It works just fine. You just need multiple remotes and sync between them, instead of everyone pushing to the same remote.
โ†‘