From: Avi K. <av...@qu...> - 2007-11-06 08:55:01
|
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 |