From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: [dev] footnotes improvements Date: Thu, 26 May 2011 16:41:28 -0700 Message-ID: References: <871v05f4ca.fsf@gmail.com> <87sjshjt4e.fsf@fastmail.fm> <87ei412amm.fsf@gmail.com> <87oc34dkz1.fsf@fastmail.fm> <87oc2p5jj3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPkBa-00065E-2q for emacs-orgmode@gnu.org; Thu, 26 May 2011 19:41:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPkBZ-0003Rs-BW for emacs-orgmode@gnu.org; Thu, 26 May 2011 19:41:50 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:55111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPkBZ-0003Ro-5T for emacs-orgmode@gnu.org; Thu, 26 May 2011 19:41:49 -0400 Received: by bwz17 with SMTP id 17so1068749bwz.0 for ; Thu, 26 May 2011 16:41:48 -0700 (PDT) In-Reply-To: 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: Samuel Wales Cc: Org Mode List Hi Samuel, On Thu, May 26, 2011 at 1:56 PM, Samuel Wales wrote: > I am eagerly awaiting these. =A0Just curious for the git experts: are > there git tricks to make it so we don't have to maintain a clone but > instead a local branch? > $ cd org-mode/ $ git remote add nicolas git://orgmode.org/org-mode.git $ git remote update nicolas This should do it. :) And you can check the state of the local and remote branches with git log: $ git log --oneline --graph --decorate --all Hope this helps. PS: Note that every time Nicolas rebases his branch, you have force update your copy. --=20 Suvayu Open source is the future. It sets us free.