|
|
|
|
|
by onion2k
3337 days ago
|
|
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. |
|