Re: git intro request
Re: git intro request
- Subject: Re: git intro request
- From: Bob <email@hidden>
- Date: Fri, 2 Nov 2007 13:50:15 -0600
Yes, you are right. I will try to figure it out this weekend, but no time now. And I'm pretty new to git as well so if you figure it out then post it here. One hint I can give is that you should do a git pull (with no additional parameters) after the clone. But this alone does not solve your problem.
Bob
On 11/2/07, Jeremy Huddleston <email@hidden> wrote:
No, the only branch that shows up with 'git-branch' is master. I
don't want to create my own branch. I want to track the xorg-
server-1.2-apple branch that Ben started. I see it listed under
'heads' on gitweb here:
http://gitweb.freedesktop.org/?p=xorg/xserver.git
On Nov 2, 2007, at 12:07 PM, Randal L. Schwartz wrote:
>>>>>> "Jeremy" == Jeremy Huddleston <
email@hidden>
>>>>>> writes:
>
> Jeremy> ~/src/X11/xserver $ git checkout xorg-server-1.2-apple
> Jeremy> error: pathspec '
xorg-server-1.2-apple' did not match any
> file(s) known to
> Jeremy> git.
> Jeremy> Did you forget to 'git add'?
>
> Is that a valid branch or tag name?
> as in, does it show up in git-branch -a or git-tag?
>
> If not, the error message is accurate. And if you want to make
> commits,
> you'll wnat to make a local branch that starts at a remote branch
> commit,
> like:
>
> git-branch -b mybranch [remote branch id here]
>
> --
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503
> 777 0095
> <email@hidden> <URL:
http://www.stonehenge.com/merlyn/>
> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
> See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl
> training!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden