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 21:12:24 +0000 (UTC) Message-ID: References: <49A582C2.3090407@manor-farm.org> <87eixmwe96.fsf@gollum.intra.norang.ca> <87ab8awby7.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 1LcR3b-0002Ms-Q8 for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 16:12:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcR3a-0002Lt-CK for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 16:12:43 -0500 Received: from [199.232.76.173] (port=35820 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcR3Z-0002Lo-Qw for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 16:12:41 -0500 Received: from main.gmane.org ([80.91.229.2]:52829 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 1LcR3Z-00015i-Co for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 16:12:41 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LcR3T-0001SQ-B8 for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 21:12:35 +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 21:12:35 +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 21:12:35 +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: > to update the stick with those commits. At work you clone the stick > (once) and origin at work is the usb stick. Then you git fetch or git > pull at work to get commits from the usb stick as needed. > > HTH, > -Bernt Bernt, many thanks. I'll need to give some time to study and understand this but thanks for such a full explanation. Paul