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:09:19 +0000 (UTC) Message-ID: References: <49A582C2.3090407@manor-farm.org> 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 1LcOCx-0001o5-8L for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:10:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcOCv-0001nH-N7 for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:10:10 -0500 Received: from [199.232.76.173] (port=60829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcOCv-0001nB-Ee for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:10:09 -0500 Received: from main.gmane.org ([80.91.229.2]:57774 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 1LcOCu-0002tY-T4 for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:10:09 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LcOCp-0000th-33 for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 18:10:08 +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:10:03 +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:10:03 +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 Ian Barton manor-farm.org> writes: > Use git clone to create a repo on your usb stick. > > Pull changes from Carsten' git repo to your usb stick. > > Pull changes from your usb stick to both your work and home computers. > In other words your usb stick is your own master repo. Ian, I hadn't realized you could just clone a clone. Makes sense when I think about it! Trying that now. Thanks, Paul