If I need to get access to my files on my home computer from work or whatever, do I need to have a network server and check-in the files on there?
If I\'m using g
Even though a central server may make things somewhat easier, you don't need one.
At work, I use some scripts around git-bundle
to synchronize my git repositories between machines that are not connected to networks in a way that they can access each other. For moving around the bundles, I use either e-mail or USB thumb drives. (The machines in question couldn't even access a common third machine via IP connections).