Emacs 代码浏览器中的 Git 版本控制
我最近安装了 emacs 代码浏览器,并注意到 CVS 已集成到其中。 ecb 也可以配置为使用 git 吗?谢谢。
I recently installed emacs code browser and noticed that CVS is integrated into it. Can ecb configured to use git as well? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不记得 ECB 中特定于 CVS 的支持,因此我将尝试回答有关通用 Git 支持的问题。
Emacs VCS 应该支持开箱即用的 Git - 您可以在官方文档或 中阅读有关 VC 的内容我关于 VC 的文章。还有 DVC 包,旨在与不同的分布式版本控制系统配合使用,并且具有更多功能比 VC (您可以在其手册或本文中找到更多详细信息)。
虽然 Git 最好的软件包是 magit - 它支持大多数 Git 命令,并且具有扩展功能,相比之下VC 和 DVC 包。还有其他与 Git 相关的软件包,我在 other 中描述了它们(还有 magit)我的文章。
PS,所有这些文章都是有关 Emacs 版本控制的文章的一部分,该文章描述了许多内容其他版本控制系统。
I don't remember about CVS-specific support in ECB, so I'll try to answer about generic Git support.
Emacs VCS should support Git out of box - you can read about VC in official documentation or in my article about VC. There is also DVC package, that is designed to work with different distributed version control systems and have slightly more features than VC (you can find more details in its manual or in this article).
Although the best package for Git is magit - it support most of Git's commands, and have extended features, comparing to VC and DVC packages. There are also other Git-related packages, I described them (and also magit) in other my article.
P.S. all these articles are parts of big article about version control in Emacs, that describes many other version control systems.