1.

What is the Git command to blow away all the changes in a file in the working area, since the previous commit?

Answer»

What is the Git COMMAND to blow AWAY all the changes in a file in the working area, since the previous commit?
Choose the correct OPTION from below list
(1)git log filename
(2)git STATUS filename
(3)git rm filename
(4)git checkout filename

Answer:-(4)git checkout filename



Discussion

No Comment Found