是否有任何应用程序可以在编辑时一键保存文件的备份版本(保存、提交等)?
只是当我在 gedit、记事本 plus、甚至 Windows 文本编辑器等中编辑时自动保存更改的东西。
我似乎无法准确找到我正在寻找的内容以及 svn、bzr 和Git 太复杂了。人们应该能够开始一个新项目,开始编写代码,仅此而已!
所以...我将创建一个全新的版本控制系统,它将比其他系统更令人惊奇和简单!除非某些东西已经存在?无论是在线安装还是本地安装,都可以。
编辑:好的,上面的段落有点荒谬,因为我是后来才读到的。我现在使用 Git,Git 非常棒。
Just something that will save changes automatically, while i'm editing say in gedit, or notepad plus plus, or even windows text editor, etc.
I can't seem to find exactly what I'm looking for and svn, bzr, and Git are too complicated. One should be able to start a new project, start writing code, and that's it!
So... I'm going to create a whole new version control system that will be more amazing and simple than all the rest! Unless something already exists? Whether it be online, or a local install, whatevs.
EDIT: Ok, the above paragraph was a bit absurd now that I read it much later. I use Git now, and Git is awesome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
许多文本编辑器会在您保存时创建先前版本的备份副本。
当然,这与实际的版本控制系统相比是少得可怜。您应该知道许多 VCS 与编辑器集成,因此提交是非常简单的快速命令。
与项目期间为您节省的时间相比,创建存储库所需的时间微不足道。
坦率地说,这听起来像是出于无知的争论。
Many text editors will create a backup copy of the prior version when you do a save.
Of course, this is pitiful compared to an actual version control system. You should know that many VCS integrate with editors so commits are very simple quick commands.
The minor time it takes to create a repository is insignificant compared to the time it will save you during the project.
Frankly, this sounds like an argument from ignorance.
我发现了这个不错的小 Gedit 插件: http://nerdblog.pl/2009/06/01/save-and-commit-to-git-plugin-for-gedit-2-26ave/
I found this nice little Gedit plugin: http://nerdblog.pl/2009/06/01/save-and-commit-to-git-plugin-for-gedit-2-26ave/