--- "J. Bruce Fields" <bfields@xxxxxxxxxxxx> wrote: > On Mon, Jan 01, 2007 at 04:01:15PM -0800, Luben Tuikov wrote: > > --- "J. Bruce Fields" <bfields@xxxxxxxxxxxx> wrote: > > > -The common `Pull: master:origin` mapping of a remote `master` > > > -branch to a local `origin` branch, which is then merged to a > > > -local development branch, again typically named `master`, is made > > > -when you run `git clone` for you to follow this pattern. > > > > So is this no longer the case? > > Right; that mapping is no longer what git clone sets up for you. > > > Can someone please bring me up to date? > > > > What is going on? > > The simplest way to understand the current behavior is probably to > install the latest git, read the git-clone man page, clone a new > repository, and take a look at it. I don't like "learning by observation" when there is an intention -- i.e. I'd rather see a well written justification of the intentions and design, as opposed to "poke at the black box and try to figure it out". It's like learning math by trying to memorize the formulas as opposed to knowing how to derive them and why they are the way they are. I'm expecting a well written man page on the new stuff _compared_ to the old stuff, similarly to Junio's response to this very same email. Luben > > Remote branches are stored in separate namespaces under > .git/refs/remotes/, so that they don't muck up your view of your local > branches, and so git can enforce different policies for them (such as > forbidding committing to them). > > --b. > - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html