我应该如何开始跟踪文件更改/版本?
最近,我一直在忙碌中处理大量文件,在此过程中,经常会在不同的完成/修订阶段积累多个文件副本。我在给定时间处理任意数量的项目,因此记住或快速找出我应该继续处理哪个版本并不总是那么容易。
您建议使用什么类型的选项来允许我在本地跟踪更改,如果可能的话,还可以跟踪我在远程位置处理的文件?我从未使用过文件版本控制或跟踪系统,因此不确定我应该朝哪个方向寻找。我主要使用 HTML、CSS 和 PHP。
非常感谢任何帮助!谢谢。
附言。不知道我是否应该在一个单独的问题中提出这个问题,但是对于同一类型的事情有哪些选项可用,更改服务器上文件的跟踪/日志记录?最好不仅能模糊地指出文件已更改,还能跟踪文件中发生的特定更改。
I've been working with a lot of my files on the go recently, and in the process often times accumulated several copies of files in different stages of completion/revision. I'm working on any number of projects at a given time, so it's not always easy to remember or figure out quickly which version I should continue working on.
What type of options would you recommend that allow me to track changes locally and if possible with files I work on while at a remote location? I've never worked with file versioning or tracking systems, so not sure what direction I should be looking in. I work mostly with HTML, CSS, and PHP.
Any help is awesomely appreciated! Thanks.
PS. Don't know if I should have this in a separate question but what options are available for the same type of thing, change tracking/logging for files on server? Preferably something that not only vaguely notes a file has been changed, but that tracks specific changes that have occurred in files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来,github 是满足您需求的最佳选择。您可以创建存储库来维护历史记录,它易于使用且免费
https://github。 com/
It's seems to me that github is prefect choice for your requirement. You can create repository for maintain the history, it's easy to use and it is free
https://github.com/