Skip to content

Comment on Ask HN: How do you move files between computers?

Comments

In that scenario I'd use git, and have a bare repo (`git init --bare`) on the file server for each of the client machines to use as a remote. Strictly speaking you could use git and just push code from one machine to the other, but having a central server is quite handy if you want to do things like CI or deployments.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.