emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Article: Synchronizing org Files Using bzr and git


From: Ian Barton
Subject: Re: [Orgmode] Re: Article: Synchronizing org Files Using bzr and git
Date: Wed, 11 Mar 2009 16:39:23 +0000
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

One thing that confused me is that I tried to work with two machines, without a server. Figuring git is distributed, I thought I do not need a server, and I tried to follow the tutorial. Obviously, I got hit when I performed a 'git push' onto a non-bare repository (now I know what these things mean ;). I now know not to use 'push' and can get along fine with just 'pull'-ing. I think the tutorial might be better if you either mention how to work without a server, or just put a big note not to push onto a non-server branch (There is a note there, but it was probably not big enough for me ;)

Thanks for a great tutorial. You made me cross the git barrier. Once I'm on the other side, nothing would take me back (same way I felt about org-mode after seeing Russell Adams' video).

Yuval,

Thanks for the comments. I want to improve the git section. One thing that's easy with bzr is to just push your changes to a remote server, or a usb stick in one operation, even if the remote repo doesn't exist.

Using git this seems to be problematic. You can't use push unless there is a repo already there. You can create a blank repo ready to push into, but for the lazy this requires two steps instead on one. It is supposed to be possible to use git clone to create the repo and populate in a single step. However, I seem to fall into a syntactic black hole here and just end up creating a new repo locally.

Ian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]