On Sat, 2009-02-07 at 22:06 +0530, Himanshu Chauhan wrote:
> Hi,
> 
> I pulled linus' git tree and make a branch on it. So I have to master:
> master
> * swapoutclustering
> 
> As seen, I am working on swapoutclustering branch. But when I do a
> simple git pull, I see the following message.
> 
> You asked me to pull without telling me which branch you
> want to merge with, and 'branch.swapoutclustering.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.swapoutclustering.remote = <nickname>
>     branch.swapoutclustering.merge = <remote-ref>
>     remote.<nickname>.url = <url>
>     remote.<nickname>.fetch = <refspec>
> 
> See git-config(1) for details.
> 
> What am I missing in my command?
> 
> Regards
> - Himanshu

I checkout master and then did a git pull... which worked.

Thanks

Regards
- Himanshu


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to