From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: [PATCH] Clean up the description of org-archive-location Date: Tue, 02 Dec 2008 13:48:10 +0100 Message-ID: References: <878wrf1x7v.fsf@fastmail.fm> <8984.1227114553@alphaville.usa.hp.com> <877i6zzl41.fsf_-_@gollum.intra.norang.ca> <8A25DB21-DB8F-43A9-8659-682103E9F97B@uva.nl> 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 1L7Ufy-0007fR-PU for emacs-orgmode@gnu.org; Tue, 02 Dec 2008 07:48:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7Ufu-0007eJ-Ri for emacs-orgmode@gnu.org; Tue, 02 Dec 2008 07:48:25 -0500 Received: from [199.232.76.173] (port=47773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7Ufu-0007eB-98 for emacs-orgmode@gnu.org; Tue, 02 Dec 2008 07:48:22 -0500 Received: from main.gmane.org ([80.91.229.2]:54262 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L7Uft-0002es-Sv for emacs-orgmode@gnu.org; Tue, 02 Dec 2008 07:48:22 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L7Ufq-0003FJ-0o for emacs-orgmode@gnu.org; Tue, 02 Dec 2008 12:48:18 +0000 Received: from d05.sbszh.ch ([217.192.14.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Dec 2008 12:48:18 +0000 Received: from christian.egli by d05.sbszh.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Dec 2008 12:48:18 +0000 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: emacs-orgmode@gnu.org Hi Carsten Dominik writes: > I think I am ripe for a little lecture about remote repositories > and tracking them, so that I do not need to type the location of > your repo each time... :-) Can't you just do git remote add bernt git://git.norang.ca/org-mode and then git fetch bernt At least that's my take if I read the section `Fetching' of http://www.gnome.org/~federico/news-2008-11.html#pushing-and-pulling-with-git-1. Unfortunatelly there is no explanation on how to merge the Bernt's changes: "In the next part, we'll see how to merge Larry's changes into ours, and how to monitor his work to pull from it regularly." HTH Christian