Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
I'm not sure, but I think I got the idea from:
http://www.kernel.org/pub/software/scm/git/docs/cvs-migration.html
which does a fetch while in the bare repository rather than a push into
it:
$ mkdir /pub/my-repo.git
$ cd /pub/my-repo.git
$ git --bare init --shared
$ git --bare fetch /home/alice/myproject master:master
That series of commands works.
You are right, of course. I was just following a line of thought, not
implying that creating such a branch was ever reasonable to do.
Yes. Less wobbly than how I worded it.
--
Barry Fishman
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]
Messages in current thread:
Re: Problems setting up bare repository (git 1.5.3.3), Barry Fishman, (Tue Oct 2, 12:54 pm)