How to keep files in sync between multiple computers?
Let's say you have four computers: A, B, C and D.
Here are what you should do:
The configurations work like:
B
/ | \
A C D
When you added a file in C for example. This file will be synced to B first. Then, B will send this file to A and D. Thus, all computers have the same file.