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.
Login to reply
Replies (3)
good point - that may something for now - something is better than nothing
all effort r good
Git's purpose is indeed state sync, this method is better suited for data archiving.
It works just fine. You just need multiple remotes and sync between them, instead of everyone pushing to the same remote.