Hi Samuel, On Thu, May 26, 2011 at 1:56 PM, Samuel Wales <samolog...@gmail.com> wrote: > I am eagerly awaiting these. Just curious for the git experts: are > there git tricks to make it so we don't have to maintain a clone but > instead a local branch? >
$ cd org-mode/ $ git remote add nicolas git://orgmode.org/org-mode.git $ git remote update nicolas This should do it. :) And you can check the state of the local and remote branches with git log: $ git log --oneline --graph --decorate --all Hope this helps. PS: Note that every time Nicolas rebases his branch, you have force update your copy. -- Suvayu Open source is the future. It sets us free.