[Orgmode] Using Git to update more than one machine (one without network access)

2009-02-25 Thread Paul Mead
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

Re: [Orgmode] Using Git to update more than one machine (one without network access)

2009-02-25 Thread David Thole
Paul, The way I've accomplished the task you're talking about is instead of trying to push and pull *to* the work machine, I use another machine with less restrictive firewalls to push and pull from. This is how I do it... Work - Web Server - Home The web server acts as my USB Key, and I

Re: [Orgmode] Using Git to update more than one machine (one without network access)

2009-02-25 Thread Nick Dokos
Paul Mead paul.d.m...@gmail.com wrote: 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. snip There is another possibility that you might

Re: [Orgmode] Using Git to update more than one machine (one without network access)

2009-02-25 Thread Ian Barton
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