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