From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Re: Using Git to update more than one machine (one without network access) Date: Wed, 25 Feb 2009 18:56:05 +0000 (UTC) Message-ID: References: <49A582C2.3090407@manor-farm.org> <87eixmwe96.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcOva-0006qO-Sv for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:56:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcOvZ-0006om-Cc for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:56:18 -0500 Received: from [199.232.76.173] (port=52428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcOvY-0006oO-Vb for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:56:17 -0500 Received: from main.gmane.org ([80.91.229.2]:50935 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 1LcOvY-0002WH-AT for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:56:16 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LcOvU-0003B8-Qk for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 18:56:12 +0000 Received: from cpc3-rdng14-0-0-cust786.winn.cable.ntl.com ([82.0.211.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 18:56:12 +0000 Received: from paul.d.mead by cpc3-rdng14-0-0-cust786.winn.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 18:56:12 +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 Bernt Hansen norang.ca> writes: > I suggest you put bare repositories on the USB stick. ... > $ git push # update any existing branches on the usb stick > > On your work machine just clone the USB repo > > $ git clone /path/to/usb/org-mode.git > > and you should be all set. Bernt, your version seems more complicated to me, but I'm keen to understand more so I'll try to work through the manual to get a better understanding of your method, thanks. At the moment I'm not at all clear what the benefits of using a bare repo rather than just cloning the original for instance. Paul