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:19:20 +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 1LcOM2-0004yB-Pl for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:19:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcOM0-0004xC-CC for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:19:33 -0500 Received: from [199.232.76.173] (port=33834 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcOM0-0004x7-7E for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:19:32 -0500 Received: from main.gmane.org ([80.91.229.2]:44597 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 1LcOLz-0004CM-MW for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 13:19:32 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LcOLx-0001Ly-KO for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 18:19:29 +0000 Received: from hideone.atkinsglobal.com ([193.117.31.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 18:19:29 +0000 Received: from paul.d.mead by hideone.atkinsglobal.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 18:19:29 +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. > It works! Well, in the ansence of any changes to pull it seems to work anyway. Thanks!