Is there a way to run a no frills git server just so I work on different machines at home?
The main reason for this is that my WiFi network is slow and I’d prefer to work locally and disconnected.
I assume there’s something similar to the Mercurial command hg serve.
There’s a minimalist
git daemonserver. (See here for basic info, and the man page for more.)