Thanks for the help
2009/8/23 Adam Brewster [off-list ref]:
git remote add bundle /media/cdrom
git config --replace-all remotes.bundle.fetch refs/heads/*:refs/remotes/bundle/*
git config --add remotes.bundle.fetch refs/remotes/*:refs/remotes/*
On
$ git pull bundle
or
$ git fetch bundle
I get
fatal: '/media/cdrom': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly
Any ideas?
(I used the mount point of the USB stick where the bundles were but
the principle is the same)
Regards
Jeff