If my friend has a git repository on his laptop, and we are both connect to the same LAN, what's the absolute simplest way for me to clone that repository?
As far as I can tell, the options are:
- Getting SSH access to his machine
- Installing a web server and using
git instaweb
But neither of these are particularly simple (or, at least, as simple as hg serve
)… Is there anything better?