Re: git intro request
Re: git intro request
- Subject: Re: git intro request
- From: Jeremy Huddleston <email@hidden>
- Date: Fri, 2 Nov 2007 12:27:26 -0700
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