Page 1 of 1

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

Posted: Fri Jul 22, 2022 7:05 pm
by answerhappygod
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