Hacker News new | ask | show | jobs
by simon_acca 664 days 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-fr...

1 comments

Thank you, I was considering this but I need to be able to not rely on both machines being online.