After some useful and not so useful changes: how can I revert the doodles to their original state without throwing away the useful work?<br><br>I&#39;ve found:<br><br>   git checkout -f whatever<br><br>which is supposed to &quot;throw away local changes&quot;, but how can I restrict this? Or do I have to save everything, reset everything, and copy the goodies back in?<br>
<br>Any better way?<br><br>-W<br>