>>  $ git checkout -b corey origin/perfmon3
>>
> Tony, do I have to do this on the repository, so we can name it directly?

I don't think so ... I think this is just the way git works
now.  Back at the beginning of git time when you cloned a
repository the "master" branch of the remote repository
became the "origin" branch in your local clone.  The clone
also set up a local branch named "master" that starts out
at the same point as the remote master.

But this was very inflexible ... lots of publically exported
trees have mutliple branches.  So the naming changed and the
"git clone" gives each of the remote branches a local name with
a "origin/" prepended.

-Tony
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
perfmon2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to