git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Little fix and suggestion for the git tutorial
@ 2007-06-21 16:45 Carlos Rica
  2007-06-22  3:18 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Rica @ 2007-06-21 16:45 UTC (permalink / raw)
  To: J. Bruce Fields, git

Sorry for not sending a patch, I was following the tutorial and found
this, in the section "Using git for collaboration":

 307 With this, you can perform the first operation alone using the
 308 "git fetch" command without merging them with her own branch,
 309 using:

I think that "you" should be replaced with "she".

I have a suggestion also that I don't know how to fix. The text in
that section seems to say something like you need to add a "remote"
alias to be able to run fetch for retrieving without merging:

...[remote add <alias>]...

 307 With this, you can perform the first operation alone using the
 308 "git fetch" command without merging them with her own branch,
 309 using:

....[fetch <alias>]...

 315 Unlike the longhand form, when Alice fetches from Bob using a
 316 remote repository shorthand set up with `git remote`, what was
 317 fetched is stored in a remote tracking branch, in this case
 318 `bob/master`.  So after this:

I'm not sure, but I think that you could use fetch without the need of
an alias. I think that here it is trying to avoid more advanced
explanations or longer commands, however I don't know how to say it
better, perhaps mentioning that this way it is easier, without
omitting that it could be done without a "remote" alias for the repo.

That's all, thank you

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Little fix and suggestion for the git tutorial
  2007-06-21 16:45 Little fix and suggestion for the git tutorial Carlos Rica
@ 2007-06-22  3:18 ` J. Bruce Fields
  0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2007-06-22  3:18 UTC (permalink / raw)
  To: Carlos Rica; +Cc: git

On Thu, Jun 21, 2007 at 06:45:01PM +0200, Carlos Rica wrote:
> Sorry for not sending a patch, I was following the tutorial and found
> this, in the section "Using git for collaboration":
> 
> 307 With this, you can perform the first operation alone using the
> 308 "git fetch" command without merging them with her own branch,
> 309 using:
> 
> I think that "you" should be replaced with "she".

Yep, thanks.  Actually, I think we should make it "Alice".

> I have a suggestion also that I don't know how to fix. The text in
> that section seems to say something like you need to add a "remote"
> alias to be able to run fetch for retrieving without merging:

Yes, I agree, it's confusing.  We're trying to introduce both fetch and
remotes at the same time.

It might be the simplest thing to do would just be to use remotes from
the start.  I don't know.  I haven't looked at this section in a
while--I'll try to find time this weekend and see if I can come up with
a better approach.

--b.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-22  3:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-21 16:45 Little fix and suggestion for the git tutorial Carlos Rica
2007-06-22  3:18 ` J. Bruce Fields

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).