I have 2 Ubuntu laptops in the same WiFi network. I would like to ‘hg clone’ from 1 laptop to another.
In my source laptop,
I have a ‘hg’ repository in ~/work/myserver
and my source laptop ip address inet addr:192.168.1.2.
So what should i do on my dest laptop so that I can clone my hg repository?
Thank you.
Like so:
Note: If you’re running a firewall on 192.168.1.2, you’ll need to open port 22 for SSH. I believe Ubuntu uses ufw by default.
Note 2: Replace your-user with the user you use to login when you’re sitting at 192.168.1.2