Juha Heinanen writes:
i did some adds/commits, but did not push them yet.
now i want to get
my repo to clean stage it was before all this. in svn world i would
give command 'svn revert', but with git i haven't found anything simple
(nor working complicated) way to accomplish it. is there any?
looks like
git reset --hard HEAD
did it.
-- juha