Recommended git mode for Emacs [closed]
Asked Answered
P

3

11

As a recent convert to git and a long-time Emacs hacker I'm wondering what other serious Emacs/Git hackers recommend for git support in Emacs23. I've already started using the VC git backend and find it somewhat of a thin abstraction layer of git's capabilities. So I'm inclined to try another. Googling turns up a half dozen or so choices in addition to the standard Emacs VC support.

If you prefer magit or egg, why? And if your recommendation has platform dependencies, how so?

Procne answered 14/11, 2009 at 5:16 Comment(0)
P
9

I started out using git.el (which comes with Git). The main reason was because I had been used to psvn.el to work with Subversion and I was looking for something similar for Git. And since git.el has compatible key bindings, it was my first stop.

However, I was really starting to enjoy staging my commits (and not staging the complete file, but only chunks) and git.el did not support this properly. To make a long story short: I'm using Magit at the moment and I'm loving it.

To be honest, I haven't used Magit yet to do e.g. rebasing or merging. I'm still using the command line for that. But my opinion, Magit has a better mapping of the functionality Git has to offer.

Procedure answered 14/11, 2009 at 7:16 Comment(1)
I have started using Magit and find it quite satisfying due to the closer match to git. Good enough for me.Procne
A
2

I use Magit mode.

Anchorage answered 14/11, 2009 at 5:31 Comment(0)
C
1

I'm sorry I can't comment on egg, but I have been using git + emacs steadily for 12 months. I tried git, git gui, vc-git, git.el, and magit. I read all about other stuff. I settled in using the git command line to commission new repos, clone, and other infrequent configurational stuff. I do most git operations (say 97%) via magit. And... I'm a happy camper ;)

Calton answered 26/5, 2012 at 3:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.