From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Latest versions Date: Fri, 25 Jan 2013 13:33:18 -0500 Message-ID: <4322.1359138798@alphaville> References: <87622lwaos.fsf@adboyd.com> <4167.1359137921@alphaville> <87libhgm4y.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tyo5h-0003sO-3p for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 13:33:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tyo5d-00037j-Cm for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 13:33:28 -0500 Received: from g1t0027.austin.hp.com ([15.216.28.34]:16019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tyo5d-00035Z-8J for emacs-orgmode@gnu.org; Fri, 25 Jan 2013 13:33:25 -0500 In-Reply-To: Message from Jambunathan K of "Fri, 25 Jan 2013 23:50:29 +0530." <87libhgm4y.fsf@gmail.com> 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: Jambunathan K Cc: emacs-orgmode@gnu.org, "J. David Boyd" 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