From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: Latest versions Date: Fri, 25 Jan 2013 14:07:59 -0500 Message-ID: <87wqv1ulm8.fsf@adboyd.com> References: <87622lwaos.fsf@adboyd.com> <4167.1359137921@alphaville> <87libhgm4y.fsf@gmail.com> <4322.1359138798@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyodP-0002Sw-Ul for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 14:08:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyodO-0005xH-NG for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 14:08:19 -0500 Received: from plane.gmane.org ([80.91.229.3]:52906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyodO-0005w8-GS for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 14:08:18 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tyodb-0005Hp-Ko for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 20:08:31 +0100 Received: from 72.185.97.240 ([72.185.97.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jan 2013 20:08:31 +0100 Received: from david by 72.185.97.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jan 2013 20:08:31 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nick Dokos writes: > Jambunathan K wrote: > >> Nick Dokos writes: >> >> >> >> >> How do I get the latest version of org-mode, with git? >> >> >> >> I got the version I have initially with >> >> 'git clone git://orgmode.org/org-mode.git', and I >> >> 'git refresh' every day, but that keeps me in 7.9.3c. >> >> >> > >> > You mean ``git pull''? I get >> > >> > $ git refresh >> > git: 'refresh' is not a git command. See 'git --help'. >> >> make update > > > Agreed: the best thing to do is ``make help'' and ``make helpall'', and > figure out what the proper make target is for one's purposes. > > Nick Sorry, I meant 'git fetch' from inside the org-mode directory. Dave