From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Using Git to update more than one machine (one without network access) Date: Wed, 25 Feb 2009 16:38:27 +0000 (UTC) Message-ID: 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 1LcMmP-0002dW-6O for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 11:38:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcMmN-0002bp-OJ for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 11:38:40 -0500 Received: from [199.232.76.173] (port=43334 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcMmN-0002bf-Gg for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 11:38:39 -0500 Received: from main.gmane.org ([80.91.229.2]:54502 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 1LcMmN-0000Zs-43 for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 11:38:39 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LcMmJ-0004u4-Vd for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 16:38: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 16:38: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 16:38: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 I recognize this is more a git question that org-mode, but... I'm trying to use git to keep my org-mode version up to date on my personal and work laptops. The only problem is that my work laptop has a firewall on it which does not allow git traffic to pass. I use a repo on a usb drive to keep my emacs init files in sync, but have absolutely no idea how to do this for my org-mode files. In essence, I'm trying to first pull changes from //repo.or.cz to my laptop, and then either have a second repo on the usb drive which I can pull changes onto, or pull from the laptop to the usb. Then I have to somehow get the work laptop to pull changes from the usb. Am I asking for too much here? I want to avoid all the downloading and unzipping where possible. Paul