Which Git command enables the developer to revert back to f414f31 commit to discard changes in the current working tree?

Posted by: Pdfprep Category: 350-901 Tags: , ,

Which Git command enables the developer to revert back to f414f31 commit to discard changes in the current working tree?
A . git reset-hard f414f31
B . git reset checkout-hard f414f31
C . git reset-soft f414f31
D . git checkout f414f31

Answer: A

Leave a Reply

Your email address will not be published.