Re: git checkout

2009-05-27 Thread Iain B. Findleton
to use the command: git checkout origin/andy-tracking after cloning the kernel project. This does not work for me. I suspect that origin must be something else. Any suggestions? Can you paste an error message? Also, the output of the following command should help: $ git branch

Re: git checkout

2009-05-27 Thread Thomas White
On Wed, 27 May 2009 10:36:34 -0400 Iain B. Findleton ifindle...@videotron.ca wrote: The error message is fatal: not a git repository Same for git branch -a. Al this follows what looked like a successful git clone command A quick muppet check here: you *did* change directory into the

Re: git checkout

2009-05-27 Thread Iain B. Findleton
Ah yes, a little knowledge, experience and skills and abilities are a great help. Thanks. That was the problem... Iain F. Thomas White wrote: On Wed, 27 May 2009 10:36:34 -0400 Iain B. Findleton ifindle...@videotron.ca wrote: The error message is fatal: not a git repository Same for

git checkout

2009-05-26 Thread Iain B. Findleton
I confess to not being too familiar with git, however, the web site says to use the command: git checkout origin/andy-tracking after cloning the kernel project. This does not work for me. I suspect that origin must be something else. Any suggestions? -- Iain B. Findleton Tel: 514-457-0744

Re: git checkout

2009-05-26 Thread Thomas White
Iain B. Findleton ifindle...@videotron.ca wrote: I confess to not being too familiar with git, however, the web site says to use the command: git checkout origin/andy-tracking after cloning the kernel project. This does not work for me. I suspect that origin must be something else