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