Andrea Arcangeli wrote:
> On Mon, Nov 05, 2007 at 05:28:36PM +0100, Andrea Arcangeli wrote:
>   
>> Now I'm re-downloding the entire kvm.git and see if what I get is a
>> different tree and if my previous kvm.git bitrotten.
>>     
>
> git bitrotten. What concerns me is that "git pull + git reset --hard"
> can't bring my old kvm.git tree in sync with the newly downloaded one,
> that diff I just posted remains between the two. I wonder ho to
> translate "hg pull + hg update -C" in git terms, "git reset --hard"
> clearly isn't good enough (or git isn't good enough in the first
> place, one of the two).
>   

   git fetch git:.../kvm.git +master:some_branch_name

will force the local branch some_branch_name to be equivalent to 
kvm.git's master.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to