您将使用何种方法安全地使用多台机器在开发过程中进行代码工作?
My Ideal Situation
- Sharing development code securely among multiple machines (at least two)
- Automatic synchronization (think Google docs whereby any user s changes update all the others immediately). The reason for this is that I d like to be able to use these computers interchangeably without having to commit / clone every time I switch. My understanding is that automatic synchronization would make it possible to switch machines seamlessly without having to commit a bunch of files each time.
- The location of the development code is such that it can be accessed by a local Rails server and rendered on
localhost:3000
. - The solution works for Apple machines (both my computers are Apple).
我不确定这个问题就其具体性而言是否合理,但这是我第一次作出最好的尝试。