Re: git intro request
Re: git intro request
- Subject: Re: git intro request
- From: email@hidden (Randal L. Schwartz)
- Date: Fri, 02 Nov 2007 12:07:34 -0700
>>>>> "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