开发者

Git Version Control in Emacs Code Browser

I recently installed emacs code browser and noticed that CVS is integrated i开发者_运维知识库nto it. Can ecb configured to use git as well? Thanks.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜