6 ms·
Git is peer to peer, you can add an ssh remote that points to the directory containing the git repo on another machine. https://stackoverflow.com/questions/413
by simon_acca 2y ago
Git is peer to peer, you can add an ssh remote that points to the directory containing the git repo on another machine.
https://stackoverflow.com/questions/4131164/how-do-i-pull-from-another-computers-repository-in-git https://stackoverflow.com/questions/4131164/how-do-i-pull-fr...
- multiplied 2y agoThank you, I was considering this but I need to be able to not rely on both machines being online.