Comment on This is the back of my 10" Mini server rack -- Custom made 3D printed power modules for each server
captcha_incorrect@lemmy.world 13 hours agoIt seems that using multiple remotes is also possible. So instead of syncing two repos, push to both at once.
git-scm.com/docs/git-remote#Documentation/git-rem…
stackoverflow.com/questions/849308/…/12795747#127…
git remote set-url origin --push --add user1@repo1 git remote set-url origin --push --add user2@repo2 git remote -v
curbstickle@anarchist.nexus 13 hours ago
You can, but you can also run into some issues if you have git LFS, if one rejects for whatever reason, or sometimes branch issues.
Thats why I prefer to go to one repo and push out from there, but it is absolutely doable with git by itself.