trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

Re: [trinity-devel] TIME Frame 3/29 -> 4/10 kwrite crash introduced

From: "Timothy Pearson" <kb9vqf@...>
Date: Mon, 30 Apr 2012 21:17:23 -0500
>> Try this:
>> git reset --hard HEAD
>> git checkout <hash>
>>
>> That should do the trick!
>
> This needs to be done once for the entire local repo or for each module
> (tqt3, tdelibs, tdebase...)?
>
> Darrell

Execute those two commands from within each module, e.g.:
cd tdebase/
git reset --hard HEAD
git checkout <hash>
<build/install>

Tim