Is http://llvm.org/git/llvm.git trunk wipped out?

Ramkumar Ramachandra artagnon at gmail.com
Wed Jan 7 14:49:00 PST 2015


Anton Korobeynikov wrote:
> Most probably git pull --rebase will happily clean all the stuff.

That's simply a fetch + rebase: the rebase will try to rebase the good
commit on top of the bad commit and fail horribly. Use the reset
--hard I suggested.



More information about the llvm-commits mailing list