64) What does the following command do?
git reset --hard HEAD~1
Poll
- 🚩 Removes all commits and leaves the repository empty.
- 🚩 Deletes the last commit and resets the code to the previous state.
- 🚩 Deletes the last commit but keeps the changes in the working directory
- 🚩 Stages the last commit for editing.
- 🚩) See Result