From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.a.alfaro@gmail.com (Jorge A. Alfaro-Murillo) Subject: Re: org-mode Date: Thu, 24 Jul 2014 11:47:44 -0400 Message-ID: <87fvhq21y7.fsf@gmail.com> References: <51DE61F45A4.000003DErbenit68@inbox.com> <87r41alr7a.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XALFH-0006kc-7A for emacs-orgmode@gnu.org; Thu, 24 Jul 2014 11:47:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XALFC-0006zU-BK for emacs-orgmode@gnu.org; Thu, 24 Jul 2014 11:47:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:42992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XALFC-0006zL-4q for emacs-orgmode@gnu.org; Thu, 24 Jul 2014 11:47:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XALFA-00060Q-AG for emacs-orgmode@gnu.org; Thu, 24 Jul 2014 17:47:44 +0200 Received: from nat-130-132-173-153.central.yale.edu ([130.132.173.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jul 2014 17:47:44 +0200 Received: from jorge.a.alfaro by nat-130-132-173-153.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jul 2014 17:47:44 +0200 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 Sharon Kimble writes: > Miguel Ruiz writes: > >> master branch ============= >> >> make cleanall #git pull #optional git reset --hard >> origin/master # warning: removes local changes #make test >> #optional make #not necessary if make test >> >> maint branch ============= >> >> make cleanall #git pull #optional git reset --hard >> origin/maint # warning: removes local changes #make test >> #optional make #not necessary if make test >> > Thanks, my "org-mode" script now shows - > > --8<---------------cut > here---------------start------------->8--- cd ~/git/org-mode git > reset --hard origin/master # mr update make autoloads make make > doc sudo make install cd ~ --8<---------------cut > here---------------end--------------->8--- As the website says, it is enough to do: #+BEGIN_SRC shell make update #+END_SRC this even pulls the git repository.