On Thu, 19 Aug 2010, Roland McGrath wrote:

>> Here is what I'm doing:
>>
>> fedpkg clone kernel
>> fedpkg switch-branch f14
>> git checkout -b pnfs-all-2.6.35-2010-08-05
>
> Make that 'git checkout --track -b pnfs-blah-blah origin/f14/master'.
> Or, equivalently, after the fact, do:
>       git config branch.pnfs-blah-blah.remote origin
>       git config branch.pnfs-blah-blah.merge refs/heads/f14/master

but don't do a git push without specifying which branch you want to write 
to, because in this case the default will be the main f14/master branch on 
the server.

        Michael Young
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to