The previous answers on this topic seem out of date so I am asking again in search of more timely info.
I use emacs development sources (24.0.50.1) to build my own emacs. Yes, I drank the Kool-Aid.
I recently started using git to clone development repositories and for my own projects. I want to use of git from within emacs, and I only want to learn one interface.
It appears that vc-git and magit are the leading choices. Is that right?
It looks like vc-git would be the way to go if I often used other VC systems (which I don't), and that magit is the best fit since I only plan to use git.
Does that sound right? Or am I missing something?