From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Git recommendations Date: Mon, 27 Oct 2008 15:44:01 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuTKB-00072u-Us for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 10:44:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuTKA-00071D-9e for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 10:44:07 -0400 Received: from [199.232.76.173] (port=49488 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuTKA-000714-45 for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 10:44:06 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:64534) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuTK9-0006Gd-VA for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 10:44:06 -0400 Received: by fg-out-1718.google.com with SMTP id l26so2089248fgb.30 for ; Mon, 27 Oct 2008 07:44:03 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode I've just spent a short time giving the crash test dummy procedure to a few git interfaces for emacs. All have their benefits. A lot have their negatives, But my immediate favourite for anyone thinking of using emacs interface to git for org is the following: http://tsgates.cafe24.com/git/git-emacs.html#sec1 It doesn't come with a lot of default key bindings but the two most important for those familiar with vc-backend are there: C-x v v and C-x v = git-diff interfaces nicely to ediff. And the best thing is the one key press from git-status to bring up the wonderful "gitk" GUI interface which I wasn't aware of! Truly brilliant admin interface for git external to emacs. The best part of all is that it provides simple easy to see icons in the emacs status bar to show the git status. magic and egg tend to git-status centric as opposed to file centric. emacs-git is a nice mixture. It palms off the log/history interface to gitk - no need to reinvent the wheel. Simple, powerful, extensible. Recommended. Oh, but missing staging .... which magit and egg support but vc-git, git.el and emacs-git do not. I think ...