From: Barry Fishman <barry_fishman@acm.org>
To: git@vger.kernel.org
Subject: Re: Problems setting up bare repository (git 1.5.3.3)
Date: Tue, 02 Oct 2007 15:54:53 -0400 [thread overview]
Message-ID: <m37im5qoky.fsf@barry_fishman.acm.org> (raw)
In-Reply-To: Pine.LNX.4.64.0710021834470.28395@racer.site
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
> On Tue, 2 Oct 2007, Barry Fishman wrote:
>
>> Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
>> > Well, if the OP had used "git push <bla> master" instead of "...
>> > master:master", it would have worked. I am unaware of any tutorial
>> > that suggests the latter, only of tutorials that suggest the former.
>>
>> I did recheck the tutorials, and did not find the code I was
>> using. So there was nothing incorrect in the documentation.
>
> Good. Just for my curiousity: where in the documentation did you look for
> help? (We might want to advertise "git push <nick> <branch>" more loudly
> there.)
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.
>> If there isn't an initial master branch, then shouldn't "git branch" be
>> able to create one.
>
> Why? I really do not see the point in creating a branch which is named
> different than "master", when you have nothing to begin with.
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.
>> This command creates an empty git repository - basically a .git directory
>> with subdirectories for objects, refs/heads, refs/tags, and template
>> files. An initial HEAD file references the refs/heads/master branch
>> which is created with the first commit.
>
> How about "Your first commit will create the master branch" instead of the
> last sentence?
Yes. Less wobbly than how I worded it.
--
Barry Fishman
next prev parent reply other threads:[~2007-10-02 21:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-01 21:46 Problems setting up bare repository (git 1.5.3.3) Barry Fishman
2007-10-01 22:32 ` Junio C Hamano
2007-10-01 23:06 ` Carl Worth
2007-10-01 23:17 ` J. Bruce Fields
2007-10-01 23:24 ` Junio C Hamano
2007-10-01 23:47 ` Carl Worth
2007-10-01 23:35 ` Shawn O. Pearce
2007-10-02 9:46 ` Johannes Schindelin
2007-10-02 13:54 ` Barry Fishman
2007-10-02 17:40 ` Johannes Schindelin
2007-10-02 19:54 ` Barry Fishman [this message]
2007-10-02 15:39 ` Carl Worth
2007-10-02 17:45 ` Johannes Schindelin
2007-10-02 18:23 ` Junio C Hamano
2007-10-02 18:55 ` Sean
2007-10-02 19:09 ` Junio C Hamano
2007-10-02 21:02 ` Johannes Schindelin
2007-10-02 20:59 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m37im5qoky.fsf@barry_fishman.acm.org \
--to=barry_fishman@acm.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).