适合 PHP 开发人员的文件同步程序
我想同步本地 PHP 文件和远程文件。我在Windows上,远程服务器是Linux和Windows。有什么东西(同步应用程序)对此有帮助吗?
I would like to synchronize my local PHP files and remote ones. I'm on Windows, the remote servers are Linux and Windows. Is there something (sync app) helpful for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想研究版本控制系统,以便将生产代码和开发代码分开。这将允许您将项目文件存储在一个集中位置,但仍保持版本之间的独立性。另一个好处是能够查看过去的项目版本+分支您的项目。我使用 Subversion,但还有其他替代方案,例如 HG。
You might want to look into a versioning system instead so as to keep your production code and your development code seperate. This will allow you to store your project files in one centralized location, but still maintain independence between your versions. An added benefit is being able to view past project versions + branch your projects. I use Subversion, but there are other alternatives such as HG.