What is the Git command to blow away all the changes in a file in the working area, since the previous commit? (1)git log filename (2)git status filename (3)git rm filename (4)git checkout filename
Answer is git checkout filename