Re: Cloning from kernel.org, then switching to another repo

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Schindelin <Johannes.Schindelin@...>
Cc: Git Mailing List <git@...>
Date: Monday, November 12, 2007 - 11:36 am

On 11/12/07, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:

There is more to this:

jonsmirl@terra:~/foo$ git clone
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
ds
clone.....
jonsmirl@terra:~/foo/ds$ git config remote.origin.url
http://git.digispeaker.com/projects/digispeaker-kernel.git
jonsmirl@terra:~/foo/ds$ git pull
You asked me to pull without telling me which branch you
want to merge with, and 'branch.master.merge' in
your configuration file does not tell me either.  Please
name which branch you want to merge on the command line and
try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details on the refspec.

If you often merge with the same branch, you may want to
configure the following variables in your configuration
file:

    branch.master.remote = <nickname>
    branch.master.merge = <remote-ref>
    remote.<nickname>.url = <url>
    remote.<nickname>.fetch = <refspec>

See git-config(1) for details.
jonsmirl@terra:~/foo/ds$



-- 
Jon Smirl
jonsmirl@gmail.com
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Cloning from kernel.org, then switching to another repo, Johannes Schindelin, (Mon Nov 12, 10:13 am)
Re: Cloning from kernel.org, then switching to another repo, Johannes Schindelin, (Mon Nov 12, 4:42 pm)
Re: Cloning from kernel.org, then switching to another repo, Jon Smirl, (Mon Nov 12, 11:36 am)
Re: Cloning from kernel.org, then switching to another repo, Johannes Schindelin, (Mon Nov 12, 12:16 pm)
Re: Cloning from kernel.org, then switching to another repo, Johannes Schindelin, (Mon Nov 12, 12:36 pm)